Html Css Color HEX #509901 Limeade

📋 copy color: '#509901'

red 80 ◦ green 153 ◦ blue 1

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

Shades of Limeade #509901

Tints of Limeade #509901

RGB

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

 GREEN value IS 153 (60.16% from 255) = 65.38%

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

R = 34.19%
G = 65.38%
B = 0.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#509901 (or 0x509901) is known color: Limeade. HEX triplet: 50, 99 and 01. RGB value is (80,153,1). Sum of RGB (Red+Green+Blue) = 80+153+1=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 153 (60.16% from 255 or 65.38% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 153 - color contains mainly: green. Hex color #509901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509901 is #AF66FE. Grayscale: #727272. Windows color (decimal): -11495167 or 104784. OLE color: 104784.

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

Color convert

RGB 80 153 1 -
CMYK 0.48 0 0.99 0.4
HSL 88.82º 0.99% 0.3% -
HSV(B) 88.82º 0.99% 0.6% -
XYZ 14.7 24.49 3.98 -
YUV 113.85 64.32 103.86 -
System Red Green Blue C M Y K H S L
Decimal 80 153 1 0.48 0 0.99 0.4 88.82 0.99 0.3
Hex 50 99 1 30 0 63 28 59 63 1E
Octal 120 231 1 60 0 143 50 131 143 36
Binary 1010000 10011001 1 110000 0 1100011 101000 1011001 1100011 11110

Color Harmonies of #509901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509901

Black with #509901

Text Example


Text Example

White with #509901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509901; }

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

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

background-color css

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

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

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

border-color css

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

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

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