Html Css Color HEX #64B85B Fern

📋 copy color: '#64B85B'

red 100 ◦ green 184 ◦ blue 91

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

Shades of Fern #64B85B

Tints of Fern #64B85B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.07%

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

R = 26.67%
G = 49.07%
B = 24.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#64B85B (or 0x64B85B) is known color: Fern. HEX triplet: 64, B8 and 5B. RGB value is (100,184,91). Sum of RGB (Red+Green+Blue) = 100+184+91=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #64B85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B85B is #9B47A4. Grayscale: #949494. Windows color (decimal): -10176421 or 6010980. OLE color: 6010980.

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

Color convert

RGB 100 184 91 -
CMYK 0.46 0 0.51 0.28
HSL 114.19º 0.4% 0.54% -
HSV(B) 114.19º 0.51% 0.72% -
XYZ 24.28 37.75 15.9 -
YUV 148.28 95.67 93.56 -
System Red Green Blue C M Y K H S L
Decimal 100 184 91 0.46 0 0.51 0.28 114.19 0.4 0.54
Hex 64 B8 5B 2E 0 33 1C 72 28 36
Octal 144 270 133 56 0 63 34 162 50 66
Binary 1100100 10111000 1011011 101110 0 110011 11100 1110010 101000 110110

Color Harmonies of #64B85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B85B

Black with #64B85B

Text Example


Text Example

White with #64B85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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