Html Css Color HEX #509202 Limeade

📋 copy color: '#509202'

red 80 ◦ green 146 ◦ blue 2

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

Shades of Limeade #509202

Tints of Limeade #509202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 35.09%
G = 64.04%
B = 0.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#509202 (or 0x509202) is known color: Limeade. HEX triplet: 50, 92 and 02. RGB value is (80,146,2). Sum of RGB (Red+Green+Blue) = 80+146+2=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 146 (57.42% from 255 or 64.04% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 146 - color contains mainly: green. Hex color #509202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509202 is #AF6DFD. Grayscale: #6E6E6E. Windows color (decimal): -11496958 or 168528. OLE color: 168528.

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

Color convert

RGB 80 146 2 -
CMYK 0.45 0 0.99 0.43
HSL 87.5º 0.97% 0.29% -
HSV(B) 87.5º 0.99% 0.57% -
XYZ 13.6 22.27 3.64 -
YUV 109.85 67.13 106.71 -
System Red Green Blue C M Y K H S L
Decimal 80 146 2 0.45 0 0.99 0.43 87.5 0.97 0.29
Hex 50 92 2 2D 0 63 2B 57 61 1D
Octal 120 222 2 55 0 143 53 127 141 35
Binary 1010000 10010010 10 101101 0 1100011 101011 1010111 1100001 11101

Color Harmonies of #509202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509202

Black with #509202

Text Example


Text Example

White with #509202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509202; }

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

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

background-color css

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

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

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

border-color css

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

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

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