#65C05B

Color #65C05B Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #65C05B

Tints of Fern #65C05B

Color information

#65C05B (or 0x65C05B) is unknown color: approx Fern. HEX triplet: 65, C0 and 5B. RGB value is (101,192,91). Sum of RGB (Red+Green+Blue) = 101+192+91=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #65C05B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C05B is #9A3FA4. Grayscale: #999999. Windows color (decimal): -10108837 or 6013029. OLE color: 6013029.

HSL color Cylindrical-coordinate representation of color #65C05B: hue angle of 114.06º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65C05B is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB10119291-
CMYK0.4700.530.25
HSL114.06º44.49%55.49%-
HSV(B)114.06º52.6%75.29%-
XYZ26.141.2216.48-
YUV153.2892.8590.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 26.30%
GREEN value IS 192 (75.39% from 255) = 50%
BLUE value IS 91 (35.94% from 255) = 23.70%
R=26.30%
G=50%
B=23.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101192910.4700.530.25114.0644.4955.49
Hex65C05B2F03519722c37
Octal14530013357065311625467
Binary11001011100000010110111011110110101110011110010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65C05B; }

 p { color: rgb(101,192,91); }

 H1.HeaderClassName
 {
   color: #65C05B;
 }
 .AnyTagClassName
 {
   color: #65C05B;
 }
</style>
background-color css

<style>
 a { background-color: #65C05B; }

 a { background-color: rgb(101,192,91); }

 div.DivClassName
 {
   background-color: #65C05B;
 }
 .BgClassName
 {
   background-color: #65C05B;
 }
</style>
border-color css

<style>
 span { border-color: #65C05B; }

 span { border-color: rgb(101,192,91); }

 td.TdClassName
 {
   border-color: #65C05B;
 }
 .TagClassName
 {
   border-color: #65C05B;
 }
</style>