#5CA627

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

Shades of Limeade #5CA627

Tints of Limeade #5CA627

Color information

#5CA627 (or 0x5CA627) is unknown color: approx Limeade. HEX triplet: 5C, A6 and 27. RGB value is (92,166,39). Sum of RGB (Red+Green+Blue) = 92+166+39=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA627 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA627 is #A359D8. Grayscale: #818181. Windows color (decimal): -10705369 or 2598492. OLE color: 2598492.

HSL color Cylindrical-coordinate representation of color #5CA627: hue angle of 94.96º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5CA627 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB9216639-
CMYK0.4500.770.35
HSL94.96º61.95%40.2%-
HSV(B)94.96º76.51%65.1%-
XYZ18.4229.696.68-
YUV129.476.98101.33-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.98%
GREEN value IS 166 (65.23% from 255) = 55.89%
BLUE value IS 39 (15.62% from 255) = 13.13%
R=30.98%
G=55.89%
B=13.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal92166390.4500.770.3594.9661.9540.2
Hex5CA6272D04D235f3e28
Octal13424647550115431377650
Binary101110010100110100111101101010011011000111011111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,166,39); }

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

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

 a { background-color: rgb(92,166,39); }

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

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

 span { border-color: rgb(92,166,39); }

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