Html Css Color HEX #509301 Limeade

📋 copy color: '#509301'

red 80 ◦ green 147 ◦ blue 1

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

Shades of Limeade #509301

Tints of Limeade #509301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 64.47%

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

R = 35.09%
G = 64.47%
B = 0.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#509301 (or 0x509301) is known color: Limeade. HEX triplet: 50, 93 and 01. RGB value is (80,147,1). Sum of RGB (Red+Green+Blue) = 80+147+1=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 147 (57.81% from 255 or 64.47% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 147 - color contains mainly: green. Hex color #509301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509301 is #AF6CFE. Grayscale: #6E6E6E. Windows color (decimal): -11496703 or 103248. OLE color: 103248.

HSL color Cylindrical-coordinate representation of color #509301: hue angle of 87.53º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #509301 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 147 1 -
CMYK 0.46 0 0.99 0.42
HSL 87.53º 0.99% 0.29% -
HSV(B) 87.53º 0.99% 0.58% -
XYZ 13.75 22.58 3.66 -
YUV 110.32 66.3 106.37 -
System Red Green Blue C M Y K H S L
Decimal 80 147 1 0.46 0 0.99 0.42 87.53 0.99 0.29
Hex 50 93 1 2E 0 63 2A 58 63 1D
Octal 120 223 1 56 0 143 52 130 143 35
Binary 1010000 10010011 1 101110 0 1100011 101010 1011000 1100011 11101

Color Harmonies of #509301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509301

Black with #509301

Text Example


Text Example

White with #509301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509301; }

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

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

background-color css

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

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

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

border-color css

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

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

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