#519B27

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

Shades of Limeade #519B27

Tints of Limeade #519B27

Color information

#519B27 (or 0x519B27) is unknown color: approx Limeade. HEX triplet: 51, 9B and 27. RGB value is (81,155,39). Sum of RGB (Red+Green+Blue) = 81+155+39=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 155 (60.94% from 255 or 56.36% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 155 - color contains mainly: green. Hex color #519B27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519B27 is #AE64D8. Grayscale: #787878. Windows color (decimal): -11429081 or 2595665. OLE color: 2595665.

HSL color Cylindrical-coordinate representation of color #519B27: hue angle of 98.28º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #519B27 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB8115539-
CMYK0.4800.750.39
HSL98.28º59.79%38.04%-
HSV(B)98.28º74.84%60.78%-
XYZ15.4825.345.99-
YUV119.6582.48100.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.45%
GREEN value IS 155 (60.94% from 255) = 56.36%
BLUE value IS 39 (15.62% from 255) = 14.18%
R=29.45%
G=56.36%
B=14.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81155390.4800.750.3998.2859.7938.04
Hex519B273004B27623c26
Octal12123347600113471427446
Binary101000110011011100111110000010010111001111100010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519B27; }

 p { color: rgb(81,155,39); }

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

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

 a { background-color: rgb(81,155,39); }

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

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

 span { border-color: rgb(81,155,39); }

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