Html Css Color HEX #519207 Limeade

📋 copy color: '#519207'

red 81 ◦ green 146 ◦ blue 7

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

Shades of Limeade #519207

Tints of Limeade #519207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.99%

R = 34.62%
G = 62.39%
B = 2.99%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#519207 (or 0x519207) is known color: Limeade. HEX triplet: 51, 92 and 07. RGB value is (81,146,7). Sum of RGB (Red+Green+Blue) = 81+146+7=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 146 (57.42% from 255 or 62.39% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 146 - color contains mainly: green. Hex color #519207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519207 is #AE6DF8. Grayscale: #6F6F6F. Windows color (decimal): -11431417 or 496209. OLE color: 496209.

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

Color convert

RGB 81 146 7 -
CMYK 0.45 0 0.95 0.43
HSL 88.06º 0.91% 0.3% -
HSV(B) 88.06º 0.95% 0.57% -
XYZ 13.71 22.32 3.79 -
YUV 110.72 69.47 106.8 -
System Red Green Blue C M Y K H S L
Decimal 81 146 7 0.45 0 0.95 0.43 88.06 0.91 0.3
Hex 51 92 7 2D 0 5F 2B 58 5B 1E
Octal 121 222 7 55 0 137 53 130 133 36
Binary 1010001 10010010 111 101101 0 1011111 101011 1011000 1011011 11110

Color Harmonies of #519207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519207

Black with #519207

Text Example


Text Example

White with #519207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519207; }

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

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

background-color css

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

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

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

border-color css

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

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

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