Html Css Color HEX #509200 Limeade

📋 copy color: '#509200'

red 80 ◦ green 146 ◦ blue 0

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

Shades of Limeade #509200

Tints of Limeade #509200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.4%
G = 64.6%
B = 0%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#509200 (or 0x509200) is known color: Limeade. HEX triplet: 50, 92 and 00. RGB value is (80,146,0). Sum of RGB (Red+Green+Blue) = 80+146+0=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 146 (57.42% from 255 or 64.60% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 146 - color contains mainly: green. Hex color #509200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509200 is #AF6DFF. Grayscale: #6E6E6E. Windows color (decimal): -11496960 or 37456. OLE color: 37456.

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

Color convert

RGB 80 146 0 -
CMYK 0.45 0 1 0.43
HSL 87.12º 1% 0.29% -
HSV(B) 87.12º 1% 0.57% -
XYZ 13.59 22.26 3.58 -
YUV 109.62 66.13 106.87 -
System Red Green Blue C M Y K H S L
Decimal 80 146 0 0.45 0 1 0.43 87.12 1 0.29
Hex 50 92 0 2D 0 64 2B 57 64 1D
Octal 120 222 0 55 0 144 53 127 144 35
Binary 1010000 10010010 0 101101 0 1100100 101011 1010111 1100100 11101

Color Harmonies of #509200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509200

Black with #509200

Text Example


Text Example

White with #509200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509200; }

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

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

background-color css

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

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

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

border-color css

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

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

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