Html Css Color HEX #519E0D Limeade

📋 copy color: '#519E0D'

red 81 ◦ green 158 ◦ blue 13

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

Shades of Limeade #519E0D

Tints of Limeade #519E0D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 62.7%

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 32.14%
G = 62.7%
B = 5.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#519E0D (or 0x519E0D) is known color: Limeade. HEX triplet: 51, 9E and 0D. RGB value is (81,158,13). Sum of RGB (Red+Green+Blue) = 81+158+13=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 158 (62.11% from 255 or 62.70% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 158 - color contains mainly: green. Hex color #519E0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519E0D is #AE61F2. Grayscale: #767676. Windows color (decimal): -11428339 or 892497. OLE color: 892497.

HSL color Cylindrical-coordinate representation of color #519E0D: hue angle of 91.86º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #519E0D is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 158 13 -
CMYK 0.49 0 0.92 0.38
HSL 91.86º 0.85% 0.34% -
HSV(B) 91.86º 0.92% 0.62% -
XYZ 15.69 26.23 4.62 -
YUV 118.45 68.49 101.29 -
System Red Green Blue C M Y K H S L
Decimal 81 158 13 0.49 0 0.92 0.38 91.86 0.85 0.34
Hex 51 9E D 31 0 5C 26 5C 55 22
Octal 121 236 15 61 0 134 46 134 125 42
Binary 1010001 10011110 1101 110001 0 1011100 100110 1011100 1010101 100010

Color Harmonies of #519E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519E0D

Black with #519E0D

Text Example


Text Example

White with #519E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,158,13); }

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

background-color css

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

 a { background-color: rgb(81,158,13); }

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

border-color css

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

 span { border-color: rgb(81,158,13); }

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