#509B03

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

Shades of Limeade #509B03

Tints of Limeade #509B03

Color information

#509B03 (or 0x509B03) is unknown color: approx Limeade. HEX triplet: 50, 9B and 03. RGB value is (80,155,3). Sum of RGB (Red+Green+Blue) = 80+155+3=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 155 (60.94% from 255 or 65.13% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 155 - color contains mainly: green. Hex color #509B03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509B03 is #AF64FC. Grayscale: #737373. Windows color (decimal): -11494653 or 236368. OLE color: 236368.

HSL color Cylindrical-coordinate representation of color #509B03: hue angle of 89.61º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #509B03 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.39.

Color convert

RGB801553-
CMYK0.4800.980.39
HSL89.61º96.2%30.98%-
HSV(B)89.61º98.06%60.78%-
XYZ15.0525.154.15-
YUV115.2564.65102.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 155 (60.94% from 255) = 65.13%
BLUE value IS 3 (1.56% from 255) = 1.26%
R=33.61%
G=65.13%
B=1.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8015530.4800.980.3989.6196.230.98
Hex509B330062275a601f
Octal12023336001424713214037
Binary10100001001101111110000011000101001111011010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,155,3); }

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

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

 a { background-color: rgb(80,155,3); }

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

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

 span { border-color: rgb(80,155,3); }

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