#5B9D2D

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

Shades of Limeade #5B9D2D

Tints of Limeade #5B9D2D

Color information

#5B9D2D (or 0x5B9D2D) is unknown color: approx Limeade. HEX triplet: 5B, 9D and 2D. RGB value is (91,157,45). Sum of RGB (Red+Green+Blue) = 91+157+45=293 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.06% from 293); Green value is 157 (61.72% from 255 or 53.58% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 157 - color contains mainly: green. Hex color #5B9D2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9D2D is #A462D2. Grayscale: #7C7C7C. Windows color (decimal): -10773203 or 2989403. OLE color: 2989403.

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

Color convert

RGB9115745-
CMYK0.4200.710.38
HSL95.36º55.45%39.61%-
HSV(B)95.36º71.34%61.57%-
XYZ16.8526.536.72-
YUV124.583.13104.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.06%
GREEN value IS 157 (61.72% from 255) = 53.58%
BLUE value IS 45 (17.97% from 255) = 15.36%
R=31.06%
G=53.58%
B=15.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91157450.4200.710.3895.3655.4539.61
Hex5B9D2D2A047265f3728
Octal13323555520107461376750
Binary101101110011101101101101010010001111001101011111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,157,45); }

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

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

 a { background-color: rgb(91,157,45); }

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

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

 span { border-color: rgb(91,157,45); }

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