Html Css Color HEX #64BF60 Fern

📋 copy color: '#64BF60'

red 100 ◦ green 191 ◦ blue 96

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

Shades of Fern #64BF60

Tints of Fern #64BF60

RGB

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

 GREEN value IS 191 (75% from 255) = 49.35%

 BLUE value IS 96 (37.89% from 255) = 24.81%

R = 25.84%
G = 49.35%
B = 24.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#64BF60 (or 0x64BF60) is known color: Fern. HEX triplet: 64, BF and 60. RGB value is (100,191,96). Sum of RGB (Red+Green+Blue) = 100+191+96=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BF60 is #9B409F. Grayscale: #999999. Windows color (decimal): -10174624 or 6340452. OLE color: 6340452.

HSL color Cylindrical-coordinate representation of color #64BF60: hue angle of 117.47º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64BF60 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 191 96 -
CMYK 0.48 0 0.50 0.25
HSL 117.47º 0.43% 0.56% -
HSV(B) 117.47º 0.5% 0.75% -
XYZ 26 40.82 17.57 -
YUV 152.96 95.85 90.22 -
System Red Green Blue C M Y K H S L
Decimal 100 191 96 0.48 0 0.50 0.25 117.47 0.43 0.56
Hex 64 BF 60 30 0 32 19 75 2B 38
Octal 144 277 140 60 0 62 31 165 53 70
Binary 1100100 10111111 1100000 110000 0 110010 11001 1110101 101011 111000

Color Harmonies of #64BF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BF60

Black with #64BF60

Text Example


Text Example

White with #64BF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,191,96); }

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

background-color css

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

 a { background-color: rgb(100,191,96); }

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

border-color css

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

 span { border-color: rgb(100,191,96); }

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