Html Css Color HEX #64B65E Fern

📋 copy color: '#64B65E'

red 100 ◦ green 182 ◦ blue 94

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

Shades of Fern #64B65E

Tints of Fern #64B65E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.4%

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

R = 26.6%
G = 48.4%
B = 25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#64B65E (or 0x64B65E) is known color: Fern. HEX triplet: 64, B6 and 5E. RGB value is (100,182,94). Sum of RGB (Red+Green+Blue) = 100+182+94=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #64B65E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B65E is #9B49A1. Grayscale: #939393. Windows color (decimal): -10176930 or 6207076. OLE color: 6207076.

HSL color Cylindrical-coordinate representation of color #64B65E: hue angle of 115.91º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64B65E is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 182 94 -
CMYK 0.45 0 0.48 0.29
HSL 115.91º 0.38% 0.54% -
HSV(B) 115.91º 0.48% 0.71% -
XYZ 24 36.97 16.46 -
YUV 147.45 97.83 94.16 -
System Red Green Blue C M Y K H S L
Decimal 100 182 94 0.45 0 0.48 0.29 115.91 0.38 0.54
Hex 64 B6 5E 2D 0 30 1D 74 26 36
Octal 144 266 136 55 0 60 35 164 46 66
Binary 1100100 10110110 1011110 101101 0 110000 11101 1110100 100110 110110

Color Harmonies of #64B65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B65E

Black with #64B65E

Text Example


Text Example

White with #64B65E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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