Html Css Color HEX #5E9964 Laurel

📋 copy color: '#5E9964'

red 94 ◦ green 153 ◦ blue 100

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

Shades of Laurel #5E9964

Tints of Laurel #5E9964

RGB

 RED value IS 94 (37.11% from 255) = 27.09%

 GREEN value IS 153 (60.16% from 255) = 44.09%

 BLUE value IS 100 (39.45% from 255) = 28.82%

R = 27.09%
G = 44.09%
B = 28.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#5E9964 (or 0x5E9964) is known color: Laurel. HEX triplet: 5E, 99 and 64. RGB value is (94,153,100). Sum of RGB (Red+Green+Blue) = 94+153+100=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9964 is #A1669B. Grayscale: #818181. Windows color (decimal): -10577564 or 6592862. OLE color: 6592862.

HSL color Cylindrical-coordinate representation of color #5E9964: hue angle of 126.1º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9964 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 94 153 100 -
CMYK 0.39 0 0.35 0.4
HSL 126.1º 0.24% 0.48% -
HSV(B) 126.1º 0.39% 0.6% -
XYZ 18.31 26.08 16.13 -
YUV 129.32 111.45 102.81 -
System Red Green Blue C M Y K H S L
Decimal 94 153 100 0.39 0 0.35 0.4 126.1 0.24 0.48
Hex 5E 99 64 27 0 23 28 7E 18 30
Octal 136 231 144 47 0 43 50 176 30 60
Binary 1011110 10011001 1100100 100111 0 100011 101000 1111110 11000 110000

Color Harmonies of #5E9964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9964

Black with #5E9964

Text Example


Text Example

White with #5E9964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E9964; }

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

 H1.HeaderClassName
 {
   color: #5E9964;
 }
 .AnyTagClassName
 {
   color: #5E9964;
 }
</style>

background-color css

<style>
 a { background-color: #5E9964; }

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

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

border-color css

<style>
 span { border-color: #5E9964; }

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

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