Html Css Color HEX #509004 Limeade

📋 copy color: '#509004'

red 80 ◦ green 144 ◦ blue 4

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

Shades of Limeade #509004

Tints of Limeade #509004

RGB

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

 GREEN value IS 144 (56.64% from 255) = 63.16%

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

R = 35.09%
G = 63.16%
B = 1.75%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#509004 (or 0x509004) is known color: Limeade. HEX triplet: 50, 90 and 04. RGB value is (80,144,4). Sum of RGB (Red+Green+Blue) = 80+144+4=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 144 (56.64% from 255 or 63.16% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 144 - color contains mainly: green. Hex color #509004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509004 is #AF6FFB. Grayscale: #6D6D6D. Windows color (decimal): -11497468 or 299088. OLE color: 299088.

HSL color Cylindrical-coordinate representation of color #509004: hue angle of 87.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #509004 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 144 4 -
CMYK 0.44 0 0.97 0.44
HSL 87.43º 0.95% 0.29% -
HSV(B) 87.43º 0.97% 0.56% -
XYZ 13.3 21.66 3.59 -
YUV 108.9 68.8 107.38 -
System Red Green Blue C M Y K H S L
Decimal 80 144 4 0.44 0 0.97 0.44 87.43 0.95 0.29
Hex 50 90 4 2C 0 61 2C 57 5F 1D
Octal 120 220 4 54 0 141 54 127 137 35
Binary 1010000 10010000 100 101100 0 1100001 101100 1010111 1011111 11101

Color Harmonies of #509004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509004

Black with #509004

Text Example


Text Example

White with #509004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509004; }

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

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

background-color css

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

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

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

border-color css

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

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

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