#5b9c1d

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

Shades of Limeade #5B9C1D

Tints of Limeade #5B9C1D

Color information

#5B9C1D (or 0x5B9C1D) is unknown color: approx Limeade. HEX triplet: 5B, 9C and 1D. RGB value is (91,156,29). Sum of RGB (Red+Green+Blue) = 91+156+29=276 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.97% from 276); Green value is 156 (61.33% from 255 or 56.52% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 156 - color contains mainly: green. Hex color #5B9C1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9C1D is #A463E2. Grayscale: #7A7A7A. Windows color (decimal): -10773475 or 1940571. OLE color: 1940571.

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

Color convert

RGB9115629-
CMYK0.4200.810.39
HSL90.71º68.65%36.27%-
HSV(B)90.71º81.41%61.18%-
XYZ16.4226.095.33-
YUV122.0975.47105.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.97%
GREEN value IS 156 (61.33% from 255) = 56.52%
BLUE value IS 29 (11.72% from 255) = 10.51%
R=32.97%
G=56.52%
B=10.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91156290.4200.810.3990.7168.6536.27
Hex5B9C1D2A051275b4524
Octal133234355201214713310544
Binary101101110011100111011010100101000110011110110111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b9c1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,156,29); }

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

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

 a { background-color: rgb(91,156,29); }

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

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

 span { border-color: rgb(91,156,29); }

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