Html Css Color HEX #64BE72 Fern

📋 copy color: '#64BE72'

red 100 ◦ green 190 ◦ blue 114

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

Shades of Fern #64BE72

Tints of Fern #64BE72

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.03%

 BLUE value IS 114 (44.92% from 255) = 28.22%

R = 24.75%
G = 47.03%
B = 28.22%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#64BE72 (or 0x64BE72) is known color: Fern. HEX triplet: 64, BE and 72. RGB value is (100,190,114). Sum of RGB (Red+Green+Blue) = 100+190+114=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE72 is #9B418D. Grayscale: #9A9A9A. Windows color (decimal): -10174862 or 7519844. OLE color: 7519844.

HSL color Cylindrical-coordinate representation of color #64BE72: hue angle of 129.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BE72 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 190 114 -
CMYK 0.47 0 0.40 0.25
HSL 129.33º 0.41% 0.57% -
HSV(B) 129.33º 0.47% 0.75% -
XYZ 26.71 40.75 22.38 -
YUV 154.43 105.18 89.18 -
System Red Green Blue C M Y K H S L
Decimal 100 190 114 0.47 0 0.40 0.25 129.33 0.41 0.57
Hex 64 BE 72 2F 0 28 19 81 29 39
Octal 144 276 162 57 0 50 31 201 51 71
Binary 1100100 10111110 1110010 101111 0 101000 11001 10000001 101001 111001

Color Harmonies of #64BE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BE72

Black with #64BE72

Text Example


Text Example

White with #64BE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,190,114); }

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

background-color css

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

 a { background-color: rgb(100,190,114); }

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

border-color css

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

 span { border-color: rgb(100,190,114); }

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