Html Css Color HEX #519521 Limeade

📋 copy color: '#519521'

red 81 ◦ green 149 ◦ blue 33

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

Shades of Limeade #519521

Tints of Limeade #519521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.55%

R = 30.8%
G = 56.65%
B = 12.55%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#519521 (or 0x519521) is known color: Limeade. HEX triplet: 51, 95 and 21. RGB value is (81,149,33). Sum of RGB (Red+Green+Blue) = 81+149+33=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #519521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519521 is #AE6ADE. Grayscale: #737373. Windows color (decimal): -11430623 or 2200913. OLE color: 2200913.

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

Color convert

RGB 81 149 33 -
CMYK 0.46 0 0.78 0.42
HSL 95.17º 0.64% 0.36% -
HSV(B) 95.17º 0.78% 0.58% -
XYZ 14.42 23.35 5.19 -
YUV 115.44 81.47 103.43 -
System Red Green Blue C M Y K H S L
Decimal 81 149 33 0.46 0 0.78 0.42 95.17 0.64 0.36
Hex 51 95 21 2E 0 4E 2A 5F 40 24
Octal 121 225 41 56 0 116 52 137 100 44
Binary 1010001 10010101 100001 101110 0 1001110 101010 1011111 1000000 100100

Color Harmonies of #519521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519521

Black with #519521

Text Example


Text Example

White with #519521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519521; }

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

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

background-color css

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

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

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

border-color css

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

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

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