Html Css Color HEX #509208 Limeade

📋 copy color: '#509208'

red 80 ◦ green 146 ◦ blue 8

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

Shades of Limeade #509208

Tints of Limeade #509208

RGB

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

 GREEN value IS 146 (57.42% from 255) = 62.39%

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

R = 34.19%
G = 62.39%
B = 3.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#509208 (or 0x509208) is known color: Limeade. HEX triplet: 50, 92 and 08. RGB value is (80,146,8). Sum of RGB (Red+Green+Blue) = 80+146+8=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 146 (57.42% from 255 or 62.39% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 146 - color contains mainly: green. Hex color #509208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509208 is #AF6DF7. Grayscale: #6F6F6F. Windows color (decimal): -11496952 or 561744. OLE color: 561744.

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

Color convert

RGB 80 146 8 -
CMYK 0.45 0 0.95 0.43
HSL 88.7º 0.9% 0.3% -
HSV(B) 88.7º 0.95% 0.57% -
XYZ 13.63 22.28 3.81 -
YUV 110.53 70.13 106.22 -
System Red Green Blue C M Y K H S L
Decimal 80 146 8 0.45 0 0.95 0.43 88.7 0.9 0.3
Hex 50 92 8 2D 0 5F 2B 59 5A 1E
Octal 120 222 10 55 0 137 53 131 132 36
Binary 1010000 10010010 1000 101101 0 1011111 101011 1011001 1011010 11110

Color Harmonies of #509208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509208

Black with #509208

Text Example


Text Example

White with #509208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509208; }

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

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

background-color css

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

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

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

border-color css

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

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

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