Html Css Color HEX #509001 Limeade

📋 copy color: '#509001'

red 80 ◦ green 144 ◦ blue 1

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

Shades of Limeade #509001

Tints of Limeade #509001

RGB

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

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

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

R = 35.56%
G = 64%
B = 0.44%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#509001 (or 0x509001) is known color: Limeade. HEX triplet: 50, 90 and 01. RGB value is (80,144,1). Sum of RGB (Red+Green+Blue) = 80+144+1=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 144 (56.64% from 255 or 64% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 144 - color contains mainly: green. Hex color #509001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509001 is #AF6FFE. Grayscale: #6D6D6D. Windows color (decimal): -11497471 or 102480. OLE color: 102480.

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

Color convert

RGB 80 144 1 -
CMYK 0.44 0 0.99 0.44
HSL 86.85º 0.99% 0.28% -
HSV(B) 86.85º 0.99% 0.56% -
XYZ 13.29 21.65 3.51 -
YUV 108.56 67.3 107.63 -
System Red Green Blue C M Y K H S L
Decimal 80 144 1 0.44 0 0.99 0.44 86.85 0.99 0.28
Hex 50 90 1 2C 0 63 2C 57 63 1C
Octal 120 220 1 54 0 143 54 127 143 34
Binary 1010000 10010000 1 101100 0 1100011 101100 1010111 1100011 11100

Color Harmonies of #509001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509001

Black with #509001

Text Example


Text Example

White with #509001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509001; }

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

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

background-color css

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

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

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

border-color css

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

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

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