Html Css Color HEX #509212 Limeade

📋 copy color: '#509212'

red 80 ◦ green 146 ◦ blue 18

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

Shades of Limeade #509212

Tints of Limeade #509212

RGB

 RED value IS 80 (31.64% from 255) = 32.79%

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

 BLUE value IS 18 (7.42% from 255) = 7.38%

R = 32.79%
G = 59.84%
B = 7.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#509212 (or 0x509212) is known color: Limeade. HEX triplet: 50, 92 and 12. RGB value is (80,146,18). Sum of RGB (Red+Green+Blue) = 80+146+18=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 146 (57.42% from 255 or 59.84% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 146 - color contains mainly: green. Hex color #509212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509212 is #AF6DED. Grayscale: #707070. Windows color (decimal): -11496942 or 1217104. OLE color: 1217104.

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

Color convert

RGB 80 146 18 -
CMYK 0.45 0 0.88 0.43
HSL 90.94º 0.78% 0.32% -
HSV(B) 90.94º 0.88% 0.57% -
XYZ 13.7 22.31 4.16 -
YUV 111.67 75.13 105.41 -
System Red Green Blue C M Y K H S L
Decimal 80 146 18 0.45 0 0.88 0.43 90.94 0.78 0.32
Hex 50 92 12 2D 0 58 2B 5B 4E 20
Octal 120 222 22 55 0 130 53 133 116 40
Binary 1010000 10010010 10010 101101 0 1011000 101011 1011011 1001110 100000

Color Harmonies of #509212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509212

Black with #509212

Text Example


Text Example

White with #509212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509212; }

 p { color: rgb(80,146,18); }

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

background-color css

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

 a { background-color: rgb(80,146,18); }

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

border-color css

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

 span { border-color: rgb(80,146,18); }

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