Html Css Color HEX #509D04 Limeade

📋 copy color: '#509D04'

red 80 ◦ green 157 ◦ blue 4

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

Shades of Limeade #509D04

Tints of Limeade #509D04

RGB

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

 GREEN value IS 157 (61.72% from 255) = 65.15%

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

R = 33.2%
G = 65.15%
B = 1.66%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#509D04 (or 0x509D04) is known color: Limeade. HEX triplet: 50, 9D and 04. RGB value is (80,157,4). Sum of RGB (Red+Green+Blue) = 80+157+4=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 157 (61.72% from 255 or 65.15% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 157 - color contains mainly: green. Hex color #509D04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509D04 is #AF62FB. Grayscale: #757575. Windows color (decimal): -11494140 or 302416. OLE color: 302416.

HSL color Cylindrical-coordinate representation of color #509D04: hue angle of 90.2º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #509D04 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 157 4 -
CMYK 0.49 0 0.97 0.38
HSL 90.2º 0.95% 0.32% -
HSV(B) 90.2º 0.97% 0.62% -
XYZ 15.39 25.83 4.29 -
YUV 116.54 64.49 101.94 -
System Red Green Blue C M Y K H S L
Decimal 80 157 4 0.49 0 0.97 0.38 90.2 0.95 0.32
Hex 50 9D 4 31 0 61 26 5A 5F 20
Octal 120 235 4 61 0 141 46 132 137 40
Binary 1010000 10011101 100 110001 0 1100001 100110 1011010 1011111 100000

Color Harmonies of #509D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D04

Black with #509D04

Text Example


Text Example

White with #509D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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