Html Css Color HEX #64C666 Fern

📋 copy color: '#64C666'

red 100 ◦ green 198 ◦ blue 102

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

Shades of Fern #64C666

Tints of Fern #64C666

RGB

 RED value IS 100 (39.45% from 255) = 25%

 GREEN value IS 198 (77.73% from 255) = 49.5%

 BLUE value IS 102 (40.23% from 255) = 25.5%

R = 25%
G = 49.5%
B = 25.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#64C666 (or 0x64C666) is known color: Fern. HEX triplet: 64, C6 and 66. RGB value is (100,198,102). Sum of RGB (Red+Green+Blue) = 100+198+102=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #64C666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C666 is #9B3999. Grayscale: #9E9E9E. Windows color (decimal): -10172826 or 6735460. OLE color: 6735460.

HSL color Cylindrical-coordinate representation of color #64C666: hue angle of 121.22º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C666 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 198 102 -
CMYK 0.49 0 0.48 0.22
HSL 121.22º 0.46% 0.58% -
HSV(B) 121.22º 0.49% 0.78% -
XYZ 27.85 44.06 19.61 -
YUV 157.75 96.53 86.81 -
System Red Green Blue C M Y K H S L
Decimal 100 198 102 0.49 0 0.48 0.22 121.22 0.46 0.58
Hex 64 C6 66 31 0 30 16 79 2E 3A
Octal 144 306 146 61 0 60 26 171 56 72
Binary 1100100 11000110 1100110 110001 0 110000 10110 1111001 101110 111010

Color Harmonies of #64C666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C666

Black with #64C666

Text Example


Text Example

White with #64C666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64C666; }

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

 H1.HeaderClassName
 {
   color: #64C666;
 }
 .AnyTagClassName
 {
   color: #64C666;
 }
</style>

background-color css

<style>
 a { background-color: #64C666; }

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

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

border-color css

<style>
 span { border-color: #64C666; }

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

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