Html Css Color HEX #64C166 Fern

📋 copy color: '#64C166'

red 100 ◦ green 193 ◦ blue 102

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

Shades of Fern #64C166

Tints of Fern #64C166

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.86%

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

R = 25.32%
G = 48.86%
B = 25.82%

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

#64C166 (or 0x64C166) is known color: Fern. HEX triplet: 64, C1 and 66. RGB value is (100,193,102). Sum of RGB (Red+Green+Blue) = 100+193+102=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #64C166 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C166 is #9B3E99. Grayscale: #9B9B9B. Windows color (decimal): -10174106 or 6734180. OLE color: 6734180.

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

Color convert

RGB 100 193 102 -
CMYK 0.48 0 0.47 0.24
HSL 121.29º 0.43% 0.57% -
HSV(B) 121.29º 0.48% 0.76% -
XYZ 26.72 41.81 19.23 -
YUV 154.82 98.19 88.9 -
System Red Green Blue C M Y K H S L
Decimal 100 193 102 0.48 0 0.47 0.24 121.29 0.43 0.57
Hex 64 C1 66 30 0 2F 18 79 2B 39
Octal 144 301 146 60 0 57 30 171 53 71
Binary 1100100 11000001 1100110 110000 0 101111 11000 1111001 101011 111001

Color Harmonies of #64C166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C166

Black with #64C166

Text Example


Text Example

White with #64C166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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