#5C950D

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

Shades of Limeade #5C950D

Tints of Limeade #5C950D

Color information

#5C950D (or 0x5C950D) is unknown color: approx Limeade. HEX triplet: 5C, 95 and 0D. RGB value is (92,149,13). Sum of RGB (Red+Green+Blue) = 92+149+13=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #5C950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C950D is #A36AF2. Grayscale: #747474. Windows color (decimal): -10709747 or 890204. OLE color: 890204.

HSL color Cylindrical-coordinate representation of color #5C950D: hue angle of 85.15º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C950D is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB9214913-
CMYK0.3800.910.42
HSL85.15º83.95%31.76%-
HSV(B)85.15º91.28%58.43%-
XYZ15.2323.84.17-
YUV116.4569.62110.56-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.22%
GREEN value IS 149 (58.59% from 255) = 58.66%
BLUE value IS 13 (5.47% from 255) = 5.12%
R=36.22%
G=58.66%
B=5.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal92149130.3800.910.4285.1583.9531.76
Hex5C95D2605B2A555420
Octal134225154601335212512440
Binary10111001001010111011001100101101110101010101011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C950D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,149,13); }

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

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

 a { background-color: rgb(92,149,13); }

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

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

 span { border-color: rgb(92,149,13); }

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