#66CF65

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

Shades of Fern #66CF65

Tints of Fern #66CF65

Color information

#66CF65 (or 0x66CF65) is unknown color: approx Fern. HEX triplet: 66, CF and 65. RGB value is (102,207,101). Sum of RGB (Red+Green+Blue) = 102+207+101=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CF65 is #99309A. Grayscale: #A3A3A3. Windows color (decimal): -10039451 or 6672230. OLE color: 6672230.

HSL color Cylindrical-coordinate representation of color #66CF65: hue angle of 119.43º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CF65 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB102207101-
CMYK0.5100.510.19
HSL119.43º52.48%60.39%-
HSV(B)119.43º51.21%81.18%-
XYZ30.1448.3920.06-
YUV163.5292.7184.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.88%
GREEN value IS 207 (81.25% from 255) = 50.49%
BLUE value IS 101 (39.84% from 255) = 24.63%
R=24.88%
G=50.49%
B=24.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1022071010.5100.510.19119.4352.4860.39
Hex66CF65330331377343c
Octal14631714563063231676474
Binary11001101100111111001011100110110011100111110111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66CF65; }

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

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

<style>
 a { background-color: #66CF65; }

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

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

<style>
 span { border-color: #66CF65; }

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

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