#509C2D

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

Shades of Limeade #509C2D

Tints of Limeade #509C2D

Color information

#509C2D (or 0x509C2D) is unknown color: approx Limeade. HEX triplet: 50, 9C and 2D. RGB value is (80,156,45). Sum of RGB (Red+Green+Blue) = 80+156+45=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 156 (61.33% from 255 or 55.52% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 156 - color contains mainly: green. Hex color #509C2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509C2D is #AF63D2. Grayscale: #787878. Windows color (decimal): -11494355 or 2989136. OLE color: 2989136.

HSL color Cylindrical-coordinate representation of color #509C2D: hue angle of 101.08º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #509C2D is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB8015645-
CMYK0.4900.710.39
HSL101.08º55.22%39.41%-
HSV(B)101.08º71.15%61.18%-
XYZ15.6725.676.61-
YUV120.6285.3299.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.47%
GREEN value IS 156 (61.33% from 255) = 55.52%
BLUE value IS 45 (17.97% from 255) = 16.01%
R=28.47%
G=55.52%
B=16.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80156450.4900.710.39101.0855.2239.41
Hex509C2D3104727653727
Octal12023455610107471456747
Binary101000010011100101101110001010001111001111100101110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,156,45); }

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

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

 a { background-color: rgb(80,156,45); }

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

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

 span { border-color: rgb(80,156,45); }

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