#5B9212

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

Shades of Limeade #5B9212

Tints of Limeade #5B9212

Color information

#5B9212 (or 0x5B9212) is unknown color: approx Limeade. HEX triplet: 5B, 92 and 12. RGB value is (91,146,18). Sum of RGB (Red+Green+Blue) = 91+146+18=255 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.69% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #5B9212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B9212 is #A46DED. Grayscale: #737373. Windows color (decimal): -10776046 or 1217115. OLE color: 1217115.

HSL color Cylindrical-coordinate representation of color #5B9212: hue angle of 85.78º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B9212 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB9114618-
CMYK0.3800.880.43
HSL85.78º78.05%32.16%-
HSV(B)85.78º87.67%57.25%-
XYZ14.722.834.2-
YUV114.9673.28110.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.69%
GREEN value IS 146 (57.42% from 255) = 57.25%
BLUE value IS 18 (7.42% from 255) = 7.06%
R=35.69%
G=57.25%
B=7.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91146180.3800.880.4385.7878.0532.16
Hex5B9212260582B564e20
Octal133222224601305312611640
Binary101101110010010100101001100101100010101110101101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,146,18); }

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

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

 a { background-color: rgb(91,146,18); }

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

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

 span { border-color: rgb(91,146,18); }

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