Html Css Color HEX #64C266 Fern

📋 copy color: '#64C266'

red 100 ◦ green 194 ◦ blue 102

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

Shades of Fern #64C266

Tints of Fern #64C266

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.99%

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

R = 25.25%
G = 48.99%
B = 25.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#64C266 (or 0x64C266) is known color: Fern. HEX triplet: 64, C2 and 66. RGB value is (100,194,102). Sum of RGB (Red+Green+Blue) = 100+194+102=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #64C266 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C266 is #9B3D99. Grayscale: #9B9B9B. Windows color (decimal): -10173850 or 6734436. OLE color: 6734436.

HSL color Cylindrical-coordinate representation of color #64C266: hue angle of 121.28º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C266 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 194 102 -
CMYK 0.48 0 0.47 0.24
HSL 121.28º 0.44% 0.58% -
HSV(B) 121.28º 0.48% 0.76% -
XYZ 26.95 42.25 19.31 -
YUV 155.41 97.86 88.48 -
System Red Green Blue C M Y K H S L
Decimal 100 194 102 0.48 0 0.47 0.24 121.28 0.44 0.58
Hex 64 C2 66 30 0 2F 18 79 2C 3A
Octal 144 302 146 60 0 57 30 171 54 72
Binary 1100100 11000010 1100110 110000 0 101111 11000 1111001 101100 111010

Color Harmonies of #64C266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C266

Black with #64C266

Text Example


Text Example

White with #64C266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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