#65D066

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

Shades of Fern #65D066

Tints of Fern #65D066

Color information

#65D066 (or 0x65D066) is unknown color: approx Fern. HEX triplet: 65, D0 and 66. RGB value is (101,208,102). Sum of RGB (Red+Green+Blue) = 101+208+102=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #65D066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D066 is #9A2F99. Grayscale: #A4A4A4. Windows color (decimal): -10104730 or 6738021. OLE color: 6738021.

HSL color Cylindrical-coordinate representation of color #65D066: hue angle of 120.56º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65D066 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB101208102-
CMYK0.5100.510.18
HSL120.56º53.23%60.59%-
HSV(B)120.56º51.44%81.57%-
XYZ30.3248.8420.4-
YUV163.9293.0583.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.57%
GREEN value IS 208 (81.64% from 255) = 50.61%
BLUE value IS 102 (40.23% from 255) = 24.82%
R=24.57%
G=50.61%
B=24.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1012081020.5100.510.18120.5653.2360.59
Hex65D066330331279353d
Octal14532014663063221716575
Binary11001011101000011001101100110110011100101111001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,208,102); }

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

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

 a { background-color: rgb(101,208,102); }

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

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

 span { border-color: rgb(101,208,102); }

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