Html Css Color HEX #519528 Limeade

📋 copy color: '#519528'

red 81 ◦ green 149 ◦ blue 40

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

Shades of Limeade #519528

Tints of Limeade #519528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.81%

R = 30%
G = 55.19%
B = 14.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#519528 (or 0x519528) is known color: Limeade. HEX triplet: 51, 95 and 28. RGB value is (81,149,40). Sum of RGB (Red+Green+Blue) = 81+149+40=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #519528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519528 is #AE6AD7. Grayscale: #747474. Windows color (decimal): -11430616 or 2659665. OLE color: 2659665.

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

Color convert

RGB 81 149 40 -
CMYK 0.46 0 0.73 0.42
HSL 97.43º 0.58% 0.37% -
HSV(B) 97.43º 0.73% 0.58% -
XYZ 14.52 23.4 5.76 -
YUV 116.24 84.97 102.86 -
System Red Green Blue C M Y K H S L
Decimal 81 149 40 0.46 0 0.73 0.42 97.43 0.58 0.37
Hex 51 95 28 2E 0 49 2A 61 3A 25
Octal 121 225 50 56 0 111 52 141 72 45
Binary 1010001 10010101 101000 101110 0 1001001 101010 1100001 111010 100101

Color Harmonies of #519528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519528

Black with #519528

Text Example


Text Example

White with #519528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519528; }

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

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

background-color css

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

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

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

border-color css

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

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

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