#66CD74

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

Shades of Fern #66CD74

Tints of Fern #66CD74

Color information

#66CD74 (or 0x66CD74) is unknown color: approx Fern. HEX triplet: 66, CD and 74. RGB value is (102,205,116). Sum of RGB (Red+Green+Blue) = 102+205+116=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #66CD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CD74 is #99328B. Grayscale: #A4A4A4. Windows color (decimal): -10039948 or 7654758. OLE color: 7654758.

HSL color Cylindrical-coordinate representation of color #66CD74: hue angle of 128.16º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CD74 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB102205116-
CMYK0.5000.430.20
HSL128.16º50.74%60.2%-
HSV(B)128.16º50.24%80.39%-
XYZ30.4647.7524.13-
YUV164.06100.8883.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.11%
GREEN value IS 205 (80.47% from 255) = 48.46%
BLUE value IS 116 (45.70% from 255) = 27.42%
R=24.11%
G=48.46%
B=27.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1022051160.5000.430.20128.1650.7460.2
Hex66CD743202B1480333c
Octal14631516462053242006374
Binary110011011001101111010011001001010111010010000000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,205,116); }

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

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

 a { background-color: rgb(102,205,116); }

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

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

 span { border-color: rgb(102,205,116); }

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