#5CA217

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

Shades of Limeade #5CA217

Tints of Limeade #5CA217

Color information

#5CA217 (or 0x5CA217) is unknown color: approx Limeade. HEX triplet: 5C, A2 and 17. RGB value is (92,162,23). Sum of RGB (Red+Green+Blue) = 92+162+23=277 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.21% from 277); Green value is 162 (63.67% from 255 or 58.48% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CA217 is #A35DE8. Grayscale: #7D7D7D. Windows color (decimal): -10706409 or 1548892. OLE color: 1548892.

HSL color Cylindrical-coordinate representation of color #5CA217: hue angle of 90.22º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5CA217 is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB9216223-
CMYK0.4300.860.36
HSL90.22º75.14%36.27%-
HSV(B)90.22º85.8%63.53%-
XYZ17.4928.185.33-
YUV125.2270.31104.3-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.21%
GREEN value IS 162 (63.67% from 255) = 58.48%
BLUE value IS 23 (9.38% from 255) = 8.30%
R=33.21%
G=58.48%
B=8.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal92162230.4300.860.3690.2275.1436.27
Hex5CA2172B056245a4b24
Octal134242275301264413211344
Binary101110010100010101111010110101011010010010110101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,162,23); }

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

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

 a { background-color: rgb(92,162,23); }

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

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

 span { border-color: rgb(92,162,23); }

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