#509E25

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

Shades of Limeade #509E25

Tints of Limeade #509E25

Color information

#509E25 (or 0x509E25) is unknown color: approx Limeade. HEX triplet: 50, 9E and 25. RGB value is (80,158,37). Sum of RGB (Red+Green+Blue) = 80+158+37=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 158 (62.11% from 255 or 57.45% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 158 - color contains mainly: green. Hex color #509E25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509E25 is #AF61DA. Grayscale: #797979. Windows color (decimal): -11493851 or 2465360. OLE color: 2465360.

HSL color Cylindrical-coordinate representation of color #509E25: hue angle of 98.68º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #509E25 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB8015837-
CMYK0.4900.770.38
HSL98.68º62.05%38.24%-
HSV(B)98.68º76.58%61.96%-
XYZ15.8726.295.99-
YUV120.8880.6698.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 158 (62.11% from 255) = 57.45%
BLUE value IS 37 (14.84% from 255) = 13.45%
R=29.09%
G=57.45%
B=13.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80158370.4900.770.3898.6862.0538.24
Hex509E253104D26633e26
Octal12023645610115461437646
Binary101000010011110100101110001010011011001101100011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509E25; }

 p { color: rgb(80,158,37); }

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

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

 a { background-color: rgb(80,158,37); }

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

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

 span { border-color: rgb(80,158,37); }

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