Html Css Color HEX #509704 Limeade

📋 copy color: '#509704'

red 80 ◦ green 151 ◦ blue 4

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

Shades of Limeade #509704

Tints of Limeade #509704

RGB

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

 GREEN value IS 151 (59.38% from 255) = 64.26%

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

R = 34.04%
G = 64.26%
B = 1.7%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#509704 (or 0x509704) is known color: Limeade. HEX triplet: 50, 97 and 04. RGB value is (80,151,4). Sum of RGB (Red+Green+Blue) = 80+151+4=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 151 (59.38% from 255 or 64.26% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 151 - color contains mainly: green. Hex color #509704 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509704 is #AF68FB. Grayscale: #717171. Windows color (decimal): -11495676 or 300880. OLE color: 300880.

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

Color convert

RGB 80 151 4 -
CMYK 0.47 0 0.97 0.41
HSL 88.98º 0.95% 0.3% -
HSV(B) 88.98º 0.97% 0.59% -
XYZ 14.4 23.85 3.96 -
YUV 113.01 66.48 104.45 -
System Red Green Blue C M Y K H S L
Decimal 80 151 4 0.47 0 0.97 0.41 88.98 0.95 0.3
Hex 50 97 4 2F 0 61 29 59 5F 1E
Octal 120 227 4 57 0 141 51 131 137 36
Binary 1010000 10010111 100 101111 0 1100001 101001 1011001 1011111 11110

Color Harmonies of #509704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509704

Black with #509704

Text Example


Text Example

White with #509704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509704; }

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

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

background-color css

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

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

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

border-color css

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

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

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