Html Css Color HEX #509701 Limeade

📋 copy color: '#509701'

red 80 ◦ green 151 ◦ blue 1

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

Shades of Limeade #509701

Tints of Limeade #509701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 34.48%
G = 65.09%
B = 0.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#509701 (or 0x509701) is known color: Limeade. HEX triplet: 50, 97 and 01. RGB value is (80,151,1). Sum of RGB (Red+Green+Blue) = 80+151+1=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 151 (59.38% from 255 or 65.09% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 151 - color contains mainly: green. Hex color #509701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509701 is #AF68FE. Grayscale: #717171. Windows color (decimal): -11495679 or 104272. OLE color: 104272.

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

Color convert

RGB 80 151 1 -
CMYK 0.47 0 0.99 0.41
HSL 88.4º 0.99% 0.3% -
HSV(B) 88.4º 0.99% 0.59% -
XYZ 14.38 23.84 3.87 -
YUV 112.67 64.98 104.7 -
System Red Green Blue C M Y K H S L
Decimal 80 151 1 0.47 0 0.99 0.41 88.4 0.99 0.3
Hex 50 97 1 2F 0 63 29 58 63 1E
Octal 120 227 1 57 0 143 51 130 143 36
Binary 1010000 10010111 1 101111 0 1100011 101001 1011000 1100011 11110

Color Harmonies of #509701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509701

Black with #509701

Text Example


Text Example

White with #509701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509701; }

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

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

background-color css

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

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

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

border-color css

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

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

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