#5CA61D

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

Shades of Limeade #5CA61D

Tints of Limeade #5CA61D

Color information

#5CA61D (or 0x5CA61D) is unknown color: approx Limeade. HEX triplet: 5C, A6 and 1D. RGB value is (92,166,29). Sum of RGB (Red+Green+Blue) = 92+166+29=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 166 (65.23% from 255 or 57.84% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA61D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA61D is #A359E2. Grayscale: #808080. Windows color (decimal): -10705379 or 1943132. OLE color: 1943132.

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

Color convert

RGB9216629-
CMYK0.4500.830.35
HSL92.41º70.26%38.24%-
HSV(B)92.41º82.53%65.1%-
XYZ18.2729.645.92-
YUV128.2671.98102.14-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.06%
GREEN value IS 166 (65.23% from 255) = 57.84%
BLUE value IS 29 (11.72% from 255) = 10.10%
R=32.06%
G=57.84%
B=10.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal92166290.4500.830.3592.4170.2638.24
Hex5CA61D2D053235c4626
Octal134246355501234313410646
Binary101110010100110111011011010101001110001110111001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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