Html Css Color HEX #5B9532 Limeade

📋 copy color: '#5B9532'

red 91 ◦ green 149 ◦ blue 50

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

Shades of Limeade #5B9532

Tints of Limeade #5B9532

RGB

 RED value IS 91 (35.94% from 255) = 31.38%

 GREEN value IS 149 (58.59% from 255) = 51.38%

 BLUE value IS 50 (19.92% from 255) = 17.24%

R = 31.38%
G = 51.38%
B = 17.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#5B9532 (or 0x5B9532) is known color: Limeade. HEX triplet: 5B, 95 and 32. RGB value is (91,149,50). Sum of RGB (Red+Green+Blue) = 91+149+50=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #5B9532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9532 is #A46ACD. Grayscale: #787878. Windows color (decimal): -10775246 or 3315035. OLE color: 3315035.

HSL color Cylindrical-coordinate representation of color #5B9532: hue angle of 95.15º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B9532 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 91 149 50 -
CMYK 0.39 0 0.66 0.42
HSL 95.15º 0.5% 0.39% -
HSV(B) 95.15º 0.66% 0.58% -
XYZ 15.64 23.95 6.82 -
YUV 120.37 88.28 107.05 -
System Red Green Blue C M Y K H S L
Decimal 91 149 50 0.39 0 0.66 0.42 95.15 0.5 0.39
Hex 5B 95 32 27 0 42 2A 5F 32 27
Octal 133 225 62 47 0 102 52 137 62 47
Binary 1011011 10010101 110010 100111 0 1000010 101010 1011111 110010 100111

Color Harmonies of #5B9532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9532

Black with #5B9532

Text Example


Text Example

White with #5B9532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,149,50); }

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

background-color css

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

 a { background-color: rgb(91,149,50); }

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

border-color css

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

 span { border-color: rgb(91,149,50); }

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