Html Css Color HEX #66CF64 Fern

📋 copy color: '#66CF64'

red 102 ◦ green 207 ◦ blue 100

#66CF64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #66CF64

Tints of Fern #66CF64

RGB

 RED value IS 102 (40.23% from 255) = 24.94%

 GREEN value IS 207 (81.25% from 255) = 50.61%

 BLUE value IS 100 (39.45% from 255) = 24.45%

R = 24.94%
G = 50.61%
B = 24.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#66CF64 (or 0x66CF64) is known color: Fern. HEX triplet: 66, CF and 64. RGB value is (102,207,100). Sum of RGB (Red+Green+Blue) = 102+207+100=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CF64 is #99309B. Grayscale: #A3A3A3. Windows color (decimal): -10039452 or 6606694. OLE color: 6606694.

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

Color convert

RGB 102 207 100 -
CMYK 0.51 0 0.52 0.19
HSL 118.88º 0.53% 0.6% -
HSV(B) 118.88º 0.52% 0.81% -
XYZ 30.09 48.37 19.81 -
YUV 163.41 92.21 84.2 -
System Red Green Blue C M Y K H S L
Decimal 102 207 100 0.51 0 0.52 0.19 118.88 0.53 0.6
Hex 66 CF 64 33 0 34 13 77 35 3C
Octal 146 317 144 63 0 64 23 167 65 74
Binary 1100110 11001111 1100100 110011 0 110100 10011 1110111 110101 111100

Color Harmonies of #66CF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CF64

Black with #66CF64

Text Example


Text Example

White with #66CF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66CF64;
 }
 .AnyTagClassName
 {
   color: #66CF64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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