#5CA318

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

Shades of Limeade #5CA318

Tints of Limeade #5CA318

Color information

#5CA318 (or 0x5CA318) is unknown color: approx Limeade. HEX triplet: 5C, A3 and 18. RGB value is (92,163,24). Sum of RGB (Red+Green+Blue) = 92+163+24=279 (36% of max value = 765). Red value is 92 (36.33% from 255 or 32.97% from 279); Green value is 163 (64.06% from 255 or 58.42% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 163 - color contains mainly: green. Hex color #5CA318 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CA318 is #A35CE7. Grayscale: #7E7E7E. Windows color (decimal): -10706152 or 1614684. OLE color: 1614684.

HSL color Cylindrical-coordinate representation of color #5CA318: hue angle of 90.65º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5CA318 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB9216324-
CMYK0.4400.850.36
HSL90.65º74.33%36.67%-
HSV(B)90.65º85.28%63.92%-
XYZ17.6828.545.44-
YUV125.9270.48103.8-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.97%
GREEN value IS 163 (64.06% from 255) = 58.42%
BLUE value IS 24 (9.77% from 255) = 8.60%
R=32.97%
G=58.42%
B=8.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal92163240.4400.850.3690.6574.3336.67
Hex5CA3182C055245b4a25
Octal134243305401254413311245
Binary101110010100011110001011000101010110010010110111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,163,24); }

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

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

 a { background-color: rgb(92,163,24); }

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

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

 span { border-color: rgb(92,163,24); }

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