Html Css Color HEX #64B55D Fern

📋 copy color: '#64B55D'

red 100 ◦ green 181 ◦ blue 93

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

Shades of Fern #64B55D

Tints of Fern #64B55D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.4%

 BLUE value IS 93 (36.72% from 255) = 24.87%

R = 26.74%
G = 48.4%
B = 24.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#64B55D (or 0x64B55D) is known color: Fern. HEX triplet: 64, B5 and 5D. RGB value is (100,181,93). Sum of RGB (Red+Green+Blue) = 100+181+93=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #64B55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B55D is #9B4AA2. Grayscale: #939393. Windows color (decimal): -10177187 or 6141284. OLE color: 6141284.

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

Color convert

RGB 100 181 93 -
CMYK 0.45 0 0.49 0.29
HSL 115.23º 0.37% 0.54% -
HSV(B) 115.23º 0.49% 0.71% -
XYZ 23.76 36.55 16.16 -
YUV 146.75 97.66 94.66 -
System Red Green Blue C M Y K H S L
Decimal 100 181 93 0.45 0 0.49 0.29 115.23 0.37 0.54
Hex 64 B5 5D 2D 0 31 1D 73 25 36
Octal 144 265 135 55 0 61 35 163 45 66
Binary 1100100 10110101 1011101 101101 0 110001 11101 1110011 100101 110110

Color Harmonies of #64B55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B55D

Black with #64B55D

Text Example


Text Example

White with #64B55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,181,93); }

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

background-color css

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

 a { background-color: rgb(100,181,93); }

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

border-color css

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

 span { border-color: rgb(100,181,93); }

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