Html Css Color HEX #5B9E32 Limeade

📋 copy color: '#5B9E32'

red 91 ◦ green 158 ◦ blue 50

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

Shades of Limeade #5B9E32

Tints of Limeade #5B9E32

RGB

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

 GREEN value IS 158 (62.11% from 255) = 52.84%

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

R = 30.43%
G = 52.84%
B = 16.72%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#5B9E32 (or 0x5B9E32) is known color: Limeade. HEX triplet: 5B, 9E and 32. RGB value is (91,158,50). Sum of RGB (Red+Green+Blue) = 91+158+50=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 158 (62.11% from 255 or 52.84% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 158 - color contains mainly: green. Hex color #5B9E32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9E32 is #A461CD. Grayscale: #7E7E7E. Windows color (decimal): -10772942 or 3317339. OLE color: 3317339.

HSL color Cylindrical-coordinate representation of color #5B9E32: hue angle of 97.22º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B9E32 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 91 158 50 -
CMYK 0.42 0 0.68 0.38
HSL 97.22º 0.52% 0.41% -
HSV(B) 97.22º 0.68% 0.62% -
XYZ 17.12 26.91 7.31 -
YUV 125.66 85.3 103.28 -
System Red Green Blue C M Y K H S L
Decimal 91 158 50 0.42 0 0.68 0.38 97.22 0.52 0.41
Hex 5B 9E 32 2A 0 44 26 61 34 29
Octal 133 236 62 52 0 104 46 141 64 51
Binary 1011011 10011110 110010 101010 0 1000100 100110 1100001 110100 101001

Color Harmonies of #5B9E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9E32

Black with #5B9E32

Text Example


Text Example

White with #5B9E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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