Html Css Color HEX #519527 Limeade

📋 copy color: '#519527'

red 81 ◦ green 149 ◦ blue 39

#519527
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #519527

Tints of Limeade #519527

RGB

 RED value IS 81 (32.03% from 255) = 30.11%

 GREEN value IS 149 (58.59% from 255) = 55.39%

 BLUE value IS 39 (15.63% from 255) = 14.5%

R = 30.11%
G = 55.39%
B = 14.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#519527 (or 0x519527) is known color: Limeade. HEX triplet: 51, 95 and 27. RGB value is (81,149,39). Sum of RGB (Red+Green+Blue) = 81+149+39=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #519527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519527 is #AE6AD8. Grayscale: #747474. Windows color (decimal): -11430617 or 2594129. OLE color: 2594129.

HSL color Cylindrical-coordinate representation of color #519527: hue angle of 97.09º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #519527 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 149 39 -
CMYK 0.46 0 0.74 0.42
HSL 97.09º 0.59% 0.37% -
HSV(B) 97.09º 0.74% 0.58% -
XYZ 14.51 23.39 5.67 -
YUV 116.13 84.47 102.94 -
System Red Green Blue C M Y K H S L
Decimal 81 149 39 0.46 0 0.74 0.42 97.09 0.59 0.37
Hex 51 95 27 2E 0 4A 2A 61 3B 25
Octal 121 225 47 56 0 112 52 141 73 45
Binary 1010001 10010101 100111 101110 0 1001010 101010 1100001 111011 100101

Color Harmonies of #519527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519527

Black with #519527

Text Example


Text Example

White with #519527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519527; }

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

 H1.HeaderClassName
 {
   color: #519527;
 }
 .AnyTagClassName
 {
   color: #519527;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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