Html Css Color HEX #509308 Limeade

📋 copy color: '#509308'

red 80 ◦ green 147 ◦ blue 8

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

Shades of Limeade #509308

Tints of Limeade #509308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.4%

R = 34.04%
G = 62.55%
B = 3.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#509308 (or 0x509308) is known color: Limeade. HEX triplet: 50, 93 and 08. RGB value is (80,147,8). Sum of RGB (Red+Green+Blue) = 80+147+8=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 147 (57.81% from 255 or 62.55% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 147 - color contains mainly: green. Hex color #509308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509308 is #AF6CF7. Grayscale: #6F6F6F. Windows color (decimal): -11496696 or 562000. OLE color: 562000.

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

Color convert

RGB 80 147 8 -
CMYK 0.46 0 0.95 0.42
HSL 88.92º 0.9% 0.3% -
HSV(B) 88.92º 0.95% 0.58% -
XYZ 13.79 22.59 3.86 -
YUV 111.12 69.8 105.8 -
System Red Green Blue C M Y K H S L
Decimal 80 147 8 0.46 0 0.95 0.42 88.92 0.9 0.3
Hex 50 93 8 2E 0 5F 2A 59 5A 1E
Octal 120 223 10 56 0 137 52 131 132 36
Binary 1010000 10010011 1000 101110 0 1011111 101010 1011001 1011010 11110

Color Harmonies of #509308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509308

Black with #509308

Text Example


Text Example

White with #509308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509308; }

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

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

background-color css

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

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

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

border-color css

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

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

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