#5BA233

Color #5BA233 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5BA233

Tints of Limeade #5BA233

Color information

#5BA233 (or 0x5BA233) is unknown color: approx Limeade. HEX triplet: 5B, A2 and 33. RGB value is (91,162,51). Sum of RGB (Red+Green+Blue) = 91+162+51=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 162 (63.67% from 255 or 53.29% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA233 is #A45DCC. Grayscale: #808080. Windows color (decimal): -10771917 or 3383899. OLE color: 3383899.

HSL color Cylindrical-coordinate representation of color #5BA233: hue angle of 98.38º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5BA233 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB9116251-
CMYK0.4400.690.36
HSL98.38º52.11%41.76%-
HSV(B)98.38º68.52%63.53%-
XYZ17.8328.37.66-
YUV128.1284.48101.53-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.93%
GREEN value IS 162 (63.67% from 255) = 53.29%
BLUE value IS 51 (20.31% from 255) = 16.78%
R=29.93%
G=53.29%
B=16.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91162510.4400.690.3698.3852.1141.76
Hex5BA2332C0452462342a
Octal13324263540105441426452
Binary101101110100010110011101100010001011001001100010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,162,51); }

 H1.HeaderClassName
 {
   color: #5BA233;
 }
 .AnyTagClassName
 {
   color: #5BA233;
 }
</style>
background-color css

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

 a { background-color: rgb(91,162,51); }

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

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

 span { border-color: rgb(91,162,51); }

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