Html Css Color HEX #519B0B Limeade

📋 copy color: '#519B0B'

red 81 ◦ green 155 ◦ blue 11

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

Shades of Limeade #519B0B

Tints of Limeade #519B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.45%

R = 32.79%
G = 62.75%
B = 4.45%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#519B0B (or 0x519B0B) is known color: Limeade. HEX triplet: 51, 9B and 0B. RGB value is (81,155,11). Sum of RGB (Red+Green+Blue) = 81+155+11=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 155 (60.94% from 255 or 62.75% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 155 - color contains mainly: green. Hex color #519B0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519B0B is #AE64F4. Grayscale: #747474. Windows color (decimal): -11429109 or 760657. OLE color: 760657.

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

Color convert

RGB 81 155 11 -
CMYK 0.48 0 0.93 0.39
HSL 90.83º 0.87% 0.33% -
HSV(B) 90.83º 0.93% 0.61% -
XYZ 15.18 25.22 4.38 -
YUV 116.46 68.48 102.71 -
System Red Green Blue C M Y K H S L
Decimal 81 155 11 0.48 0 0.93 0.39 90.83 0.87 0.33
Hex 51 9B B 30 0 5D 27 5B 57 21
Octal 121 233 13 60 0 135 47 133 127 41
Binary 1010001 10011011 1011 110000 0 1011101 100111 1011011 1010111 100001

Color Harmonies of #519B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519B0B

Black with #519B0B

Text Example


Text Example

White with #519B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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