#509824

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

Shades of Limeade #509824

Tints of Limeade #509824

Color information

#509824 (or 0x509824) is unknown color: approx Limeade. HEX triplet: 50, 98 and 24. RGB value is (80,152,36). Sum of RGB (Red+Green+Blue) = 80+152+36=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 152 (59.77% from 255 or 56.72% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 152 - color contains mainly: green. Hex color #509824 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509824 is #AF67DB. Grayscale: #757575. Windows color (decimal): -11495388 or 2398288. OLE color: 2398288.

HSL color Cylindrical-coordinate representation of color #509824: hue angle of 97.24º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #509824 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB8015236-
CMYK0.4700.760.40
HSL97.24º61.7%36.86%-
HSV(B)97.24º76.32%59.61%-
XYZ14.8524.295.57-
YUV117.2582.15101.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 152 (59.77% from 255) = 56.72%
BLUE value IS 36 (14.45% from 255) = 13.43%
R=29.85%
G=56.72%
B=13.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80152360.4700.760.4097.2461.736.86
Hex5098242F04C28613e25
Octal12023044570114501417645
Binary101000010011000100100101111010011001010001100001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509824; }

 p { color: rgb(80,152,36); }

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

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

 a { background-color: rgb(80,152,36); }

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

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

 span { border-color: rgb(80,152,36); }

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