#5ca335

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

Shades of Limeade #5CA335

Tints of Limeade #5CA335

Color information

#5CA335 (or 0x5CA335) is unknown color: approx Limeade. HEX triplet: 5C, A3 and 35. RGB value is (92,163,53). Sum of RGB (Red+Green+Blue) = 92+163+53=308 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.87% from 308); Green value is 163 (64.06% from 255 or 52.92% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 163 - color contains mainly: green. Hex color #5CA335 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA335 is #A35CCA. Grayscale: #818181. Windows color (decimal): -10706123 or 3515228. OLE color: 3515228.

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

Color convert

RGB9216353-
CMYK0.4400.670.36
HSL98.73º50.93%42.35%-
HSV(B)98.73º67.48%63.92%-
XYZ18.1528.737.96-
YUV129.2384.98101.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.87%
GREEN value IS 163 (64.06% from 255) = 52.92%
BLUE value IS 53 (21.09% from 255) = 17.21%
R=29.87%
G=52.92%
B=17.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal92163530.4400.670.3698.7350.9342.35
Hex5CA3352C0432463332a
Octal13424365540103441436352
Binary101110010100011110101101100010000111001001100011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ca335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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