Html Css Color HEX #519226 Limeade

📋 copy color: '#519226'

red 81 ◦ green 146 ◦ blue 38

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

Shades of Limeade #519226

Tints of Limeade #519226

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.09%

 BLUE value IS 38 (15.23% from 255) = 14.34%

R = 30.57%
G = 55.09%
B = 14.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#519226 (or 0x519226) is known color: Limeade. HEX triplet: 51, 92 and 26. RGB value is (81,146,38). Sum of RGB (Red+Green+Blue) = 81+146+38=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #519226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519226 is #AE6DD9. Grayscale: #727272. Windows color (decimal): -11431386 or 2527825. OLE color: 2527825.

HSL color Cylindrical-coordinate representation of color #519226: hue angle of 96.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #519226 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 146 38 -
CMYK 0.45 0 0.74 0.43
HSL 96.11º 0.59% 0.36% -
HSV(B) 96.11º 0.74% 0.57% -
XYZ 14.02 22.45 5.43 -
YUV 114.25 84.97 104.28 -
System Red Green Blue C M Y K H S L
Decimal 81 146 38 0.45 0 0.74 0.43 96.11 0.59 0.36
Hex 51 92 26 2D 0 4A 2B 60 3B 24
Octal 121 222 46 55 0 112 53 140 73 44
Binary 1010001 10010010 100110 101101 0 1001010 101011 1100000 111011 100100

Color Harmonies of #519226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519226

Black with #519226

Text Example


Text Example

White with #519226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519226; }

 p { color: rgb(81,146,38); }

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

background-color css

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

 a { background-color: rgb(81,146,38); }

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

border-color css

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

 span { border-color: rgb(81,146,38); }

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