Html Css Color HEX #519B0E Limeade

📋 copy color: '#519B0E'

red 81 ◦ green 155 ◦ blue 14

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

Shades of Limeade #519B0E

Tints of Limeade #519B0E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 62%

 BLUE value IS 14 (5.86% from 255) = 5.6%

R = 32.4%
G = 62%
B = 5.6%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#519B0E (or 0x519B0E) is known color: Limeade. HEX triplet: 51, 9B and 0E. RGB value is (81,155,14). Sum of RGB (Red+Green+Blue) = 81+155+14=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 155 (60.94% from 255 or 62% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 155 - color contains mainly: green. Hex color #519B0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519B0E is #AE64F1. Grayscale: #757575. Windows color (decimal): -11429106 or 957265. OLE color: 957265.

HSL color Cylindrical-coordinate representation of color #519B0E: hue angle of 91.49º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #519B0E is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 155 14 -
CMYK 0.48 0 0.91 0.39
HSL 91.49º 0.83% 0.33% -
HSV(B) 91.49º 0.91% 0.61% -
XYZ 15.19 25.22 4.48 -
YUV 116.8 69.98 102.46 -
System Red Green Blue C M Y K H S L
Decimal 81 155 14 0.48 0 0.91 0.39 91.49 0.83 0.33
Hex 51 9B E 30 0 5B 27 5B 53 21
Octal 121 233 16 60 0 133 47 133 123 41
Binary 1010001 10011011 1110 110000 0 1011011 100111 1011011 1010011 100001

Color Harmonies of #519B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519B0E

Black with #519B0E

Text Example


Text Example

White with #519B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,155,14); }

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

background-color css

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

 a { background-color: rgb(81,155,14); }

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

border-color css

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

 span { border-color: rgb(81,155,14); }

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