Html Css Color HEX #509804 Limeade

📋 copy color: '#509804'

red 80 ◦ green 152 ◦ blue 4

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

Shades of Limeade #509804

Tints of Limeade #509804

RGB

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

 GREEN value IS 152 (59.77% from 255) = 64.41%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 33.9%
G = 64.41%
B = 1.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#509804 (or 0x509804) is known color: Limeade. HEX triplet: 50, 98 and 04. RGB value is (80,152,4). Sum of RGB (Red+Green+Blue) = 80+152+4=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 152 (59.77% from 255 or 64.41% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 152 - color contains mainly: green. Hex color #509804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509804 is #AF67FB. Grayscale: #727272. Windows color (decimal): -11495420 or 301136. OLE color: 301136.

HSL color Cylindrical-coordinate representation of color #509804: hue angle of 89.19º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #509804 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 4 -
CMYK 0.47 0 0.97 0.40
HSL 89.19º 0.95% 0.31% -
HSV(B) 89.19º 0.97% 0.6% -
XYZ 14.56 24.17 4.01 -
YUV 113.6 66.15 104.03 -
System Red Green Blue C M Y K H S L
Decimal 80 152 4 0.47 0 0.97 0.40 89.19 0.95 0.31
Hex 50 98 4 2F 0 61 28 59 5F 1F
Octal 120 230 4 57 0 141 50 131 137 37
Binary 1010000 10011000 100 101111 0 1100001 101000 1011001 1011111 11111

Color Harmonies of #509804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509804

Black with #509804

Text Example


Text Example

White with #509804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509804; }

 p { color: rgb(80,152,4); }

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

background-color css

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

 a { background-color: rgb(80,152,4); }

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

border-color css

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

 span { border-color: rgb(80,152,4); }

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