#509602

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

Shades of Limeade #509602

Tints of Limeade #509602

Color information

#509602 (or 0x509602) is unknown color: approx Limeade. HEX triplet: 50, 96 and 02. RGB value is (80,150,2). Sum of RGB (Red+Green+Blue) = 80+150+2=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 150 (58.98% from 255 or 64.66% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 150 - color contains mainly: green. Hex color #509602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509602 is #AF69FD. Grayscale: #707070. Windows color (decimal): -11495934 or 169552. OLE color: 169552.

HSL color Cylindrical-coordinate representation of color #509602: hue angle of 88.38º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #509602 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB801502-
CMYK0.4700.990.41
HSL88.38º97.37%29.8%-
HSV(B)88.38º98.67%58.82%-
XYZ14.2323.523.85-
YUV112.265.81105.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.48%
GREEN value IS 150 (58.98% from 255) = 64.66%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=34.48%
G=64.66%
B=0.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8015020.4700.990.4188.3897.3729.8
Hex509622F0632958611e
Octal12022625701435113014136
Binary10100001001011010101111011000111010011011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509602; }

 p { color: rgb(80,150,2); }

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

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

 a { background-color: rgb(80,150,2); }

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

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

 span { border-color: rgb(80,150,2); }

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