#5CA134

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

Shades of Limeade #5CA134

Tints of Limeade #5CA134

Color information

#5CA134 (or 0x5CA134) is unknown color: approx Limeade. HEX triplet: 5C, A1 and 34. RGB value is (92,161,52). Sum of RGB (Red+Green+Blue) = 92+161+52=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA134 is #A35ECB. Grayscale: #808080. Windows color (decimal): -10706636 or 3449180. OLE color: 3449180.

HSL color Cylindrical-coordinate representation of color #5CA134: hue angle of 97.98º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5CA134 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB9216152-
CMYK0.4300.680.37
HSL97.98º51.17%41.76%-
HSV(B)97.98º67.7%63.14%-
XYZ17.7828.017.72-
YUV127.9485.14102.36-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.16%
GREEN value IS 161 (63.28% from 255) = 52.79%
BLUE value IS 52 (20.70% from 255) = 17.05%
R=30.16%
G=52.79%
B=17.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal92161520.4300.680.3797.9851.1741.76
Hex5CA1342B0442562332a
Octal13424164530104451426352
Binary101110010100001110100101011010001001001011100010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,161,52); }

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

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

 a { background-color: rgb(92,161,52); }

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

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

 span { border-color: rgb(92,161,52); }

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