Html Css Color HEX #64BC70 Fern

📋 copy color: '#64BC70'

red 100 ◦ green 188 ◦ blue 112

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

Shades of Fern #64BC70

Tints of Fern #64BC70

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47%

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

R = 25%
G = 47%
B = 28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#64BC70 (or 0x64BC70) is known color: Fern. HEX triplet: 64, BC and 70. RGB value is (100,188,112). Sum of RGB (Red+Green+Blue) = 100+188+112=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BC70 is #9B438F. Grayscale: #999999. Windows color (decimal): -10175376 or 7388260. OLE color: 7388260.

HSL color Cylindrical-coordinate representation of color #64BC70: hue angle of 128.18º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BC70 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 188 112 -
CMYK 0.47 0 0.40 0.26
HSL 128.18º 0.4% 0.56% -
HSV(B) 128.18º 0.47% 0.74% -
XYZ 26.16 39.85 21.64 -
YUV 153.02 104.85 90.18 -
System Red Green Blue C M Y K H S L
Decimal 100 188 112 0.47 0 0.40 0.26 128.18 0.4 0.56
Hex 64 BC 70 2F 0 28 1A 80 28 38
Octal 144 274 160 57 0 50 32 200 50 70
Binary 1100100 10111100 1110000 101111 0 101000 11010 10000000 101000 111000

Color Harmonies of #64BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BC70

Black with #64BC70

Text Example


Text Example

White with #64BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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