#65C86F

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

Shades of Fern #65C86F

Tints of Fern #65C86F

Color information

#65C86F (or 0x65C86F) is unknown color: approx Fern. HEX triplet: 65, C8 and 6F. RGB value is (101,200,111). Sum of RGB (Red+Green+Blue) = 101+200+111=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #65C86F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C86F is #9A3790. Grayscale: #A0A0A0. Windows color (decimal): -10106769 or 7325797. OLE color: 7325797.

HSL color Cylindrical-coordinate representation of color #65C86F: hue angle of 126.06º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C86F is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB101200111-
CMYK0.4900.440.22
HSL126.06º47.37%59.02%-
HSV(B)126.06º49.5%78.43%-
XYZ28.8945.2222.25-
YUV160.25100.285.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.51%
GREEN value IS 200 (78.52% from 255) = 48.54%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=24.51%
G=48.54%
B=26.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1012001110.4900.440.22126.0647.3759.02
Hex65C86F3102C167e2f3b
Octal14531015761054261765773
Binary11001011100100011011111100010101100101101111110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,200,111); }

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

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

 a { background-color: rgb(101,200,111); }

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

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

 span { border-color: rgb(101,200,111); }

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