Html Css Color HEX #519820 Limeade

📋 copy color: '#519820'

red 81 ◦ green 152 ◦ blue 32

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

Shades of Limeade #519820

Tints of Limeade #519820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 57.36%

 BLUE value IS 32 (12.89% from 255) = 12.08%

R = 30.57%
G = 57.36%
B = 12.08%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#519820 (or 0x519820) is known color: Limeade. HEX triplet: 51, 98 and 20. RGB value is (81,152,32). Sum of RGB (Red+Green+Blue) = 81+152+32=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 152 (59.77% from 255 or 57.36% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 152 - color contains mainly: green. Hex color #519820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519820 is #AE67DF. Grayscale: #757575. Windows color (decimal): -11429856 or 2136145. OLE color: 2136145.

HSL color Cylindrical-coordinate representation of color #519820: hue angle of 95.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #519820 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 152 32 -
CMYK 0.47 0 0.79 0.40
HSL 95.5º 0.65% 0.36% -
HSV(B) 95.5º 0.79% 0.6% -
XYZ 14.88 24.31 5.27 -
YUV 117.09 79.98 102.26 -
System Red Green Blue C M Y K H S L
Decimal 81 152 32 0.47 0 0.79 0.40 95.5 0.65 0.36
Hex 51 98 20 2F 0 4F 28 60 41 24
Octal 121 230 40 57 0 117 50 140 101 44
Binary 1010001 10011000 100000 101111 0 1001111 101000 1100000 1000001 100100

Color Harmonies of #519820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519820

Black with #519820

Text Example


Text Example

White with #519820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519820; }

 p { color: rgb(81,152,32); }

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

background-color css

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

 a { background-color: rgb(81,152,32); }

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

border-color css

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

 span { border-color: rgb(81,152,32); }

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