Html Css Color HEX #64C170 Fern

📋 copy color: '#64C170'

red 100 ◦ green 193 ◦ blue 112

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

Shades of Fern #64C170

Tints of Fern #64C170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.65%

R = 24.69%
G = 47.65%
B = 27.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#64C170 (or 0x64C170) is known color: Fern. HEX triplet: 64, C1 and 70. RGB value is (100,193,112). Sum of RGB (Red+Green+Blue) = 100+193+112=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #64C170 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C170 is #9B3E8F. Grayscale: #9C9C9C. Windows color (decimal): -10174096 or 7389540. OLE color: 7389540.

HSL color Cylindrical-coordinate representation of color #64C170: hue angle of 127.74º 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 #64C170 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 193 112 -
CMYK 0.48 0 0.42 0.24
HSL 127.74º 0.43% 0.57% -
HSV(B) 127.74º 0.48% 0.76% -
XYZ 27.25 42.02 22 -
YUV 155.96 103.19 88.09 -
System Red Green Blue C M Y K H S L
Decimal 100 193 112 0.48 0 0.42 0.24 127.74 0.43 0.57
Hex 64 C1 70 30 0 2A 18 80 2B 39
Octal 144 301 160 60 0 52 30 200 53 71
Binary 1100100 11000001 1110000 110000 0 101010 11000 10000000 101011 111001

Color Harmonies of #64C170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C170

Black with #64C170

Text Example


Text Example

White with #64C170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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