Html Css Color HEX #64BB5E Fern

📋 copy color: '#64BB5E'

red 100 ◦ green 187 ◦ blue 94

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

Shades of Fern #64BB5E

Tints of Fern #64BB5E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.08%

 BLUE value IS 94 (37.11% from 255) = 24.67%

R = 26.25%
G = 49.08%
B = 24.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#64BB5E (or 0x64BB5E) is known color: Fern. HEX triplet: 64, BB and 5E. RGB value is (100,187,94). Sum of RGB (Red+Green+Blue) = 100+187+94=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BB5E is #9B44A1. Grayscale: #969696. Windows color (decimal): -10175650 or 6208356. OLE color: 6208356.

HSL color Cylindrical-coordinate representation of color #64BB5E: hue angle of 116.13º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64BB5E is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 187 94 -
CMYK 0.47 0 0.50 0.27
HSL 116.13º 0.41% 0.55% -
HSV(B) 116.13º 0.5% 0.73% -
XYZ 25.05 39.06 16.81 -
YUV 150.39 96.18 92.06 -
System Red Green Blue C M Y K H S L
Decimal 100 187 94 0.47 0 0.50 0.27 116.13 0.41 0.55
Hex 64 BB 5E 2F 0 32 1B 74 29 37
Octal 144 273 136 57 0 62 33 164 51 67
Binary 1100100 10111011 1011110 101111 0 110010 11011 1110100 101001 110111

Color Harmonies of #64BB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BB5E

Black with #64BB5E

Text Example


Text Example

White with #64BB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,187,94); }

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

background-color css

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

 a { background-color: rgb(100,187,94); }

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

border-color css

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

 span { border-color: rgb(100,187,94); }

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