Html Css Color HEX #64BA5B Fern

📋 copy color: '#64BA5B'

red 100 ◦ green 186 ◦ blue 91

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

Shades of Fern #64BA5B

Tints of Fern #64BA5B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.34%

 BLUE value IS 91 (35.94% from 255) = 24.14%

R = 26.53%
G = 49.34%
B = 24.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#64BA5B (or 0x64BA5B) is known color: Fern. HEX triplet: 64, BA and 5B. RGB value is (100,186,91). Sum of RGB (Red+Green+Blue) = 100+186+91=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BA5B is #9B45A4. Grayscale: #959595. Windows color (decimal): -10175909 or 6011492. OLE color: 6011492.

HSL color Cylindrical-coordinate representation of color #64BA5B: hue angle of 114.32º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64BA5B is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 186 91 -
CMYK 0.46 0 0.51 0.27
HSL 114.32º 0.41% 0.54% -
HSV(B) 114.32º 0.51% 0.73% -
XYZ 24.7 38.58 16.04 -
YUV 149.46 95.01 92.72 -
System Red Green Blue C M Y K H S L
Decimal 100 186 91 0.46 0 0.51 0.27 114.32 0.41 0.54
Hex 64 BA 5B 2E 0 33 1B 72 29 36
Octal 144 272 133 56 0 63 33 162 51 66
Binary 1100100 10111010 1011011 101110 0 110011 11011 1110010 101001 110110

Color Harmonies of #64BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BA5B

Black with #64BA5B

Text Example


Text Example

White with #64BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,186,91); }

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

background-color css

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

 a { background-color: rgb(100,186,91); }

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

border-color css

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

 span { border-color: rgb(100,186,91); }

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