Html Css Color HEX #519D1A Limeade

📋 copy color: '#519D1A'

red 81 ◦ green 157 ◦ blue 26

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

Shades of Limeade #519D1A

Tints of Limeade #519D1A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 59.47%

 BLUE value IS 26 (10.55% from 255) = 9.85%

R = 30.68%
G = 59.47%
B = 9.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#519D1A (or 0x519D1A) is known color: Limeade. HEX triplet: 51, 9D and 1A. RGB value is (81,157,26). Sum of RGB (Red+Green+Blue) = 81+157+26=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 157 (61.72% from 255 or 59.47% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 157 - color contains mainly: green. Hex color #519D1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519D1A is #AE62E5. Grayscale: #777777. Windows color (decimal): -11428582 or 1744209. OLE color: 1744209.

HSL color Cylindrical-coordinate representation of color #519D1A: hue angle of 94.81º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #519D1A is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 157 26 -
CMYK 0.48 0 0.83 0.38
HSL 94.81º 0.72% 0.36% -
HSV(B) 94.81º 0.83% 0.62% -
XYZ 15.64 25.94 5.16 -
YUV 119.34 75.32 100.65 -
System Red Green Blue C M Y K H S L
Decimal 81 157 26 0.48 0 0.83 0.38 94.81 0.72 0.36
Hex 51 9D 1A 30 0 53 26 5F 48 24
Octal 121 235 32 60 0 123 46 137 110 44
Binary 1010001 10011101 11010 110000 0 1010011 100110 1011111 1001000 100100

Color Harmonies of #519D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519D1A

Black with #519D1A

Text Example


Text Example

White with #519D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,157,26); }

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

background-color css

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

 a { background-color: rgb(81,157,26); }

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

border-color css

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

 span { border-color: rgb(81,157,26); }

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