Html Css Color HEX #509708 Limeade

📋 copy color: '#509708'

red 80 ◦ green 151 ◦ blue 8

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

Shades of Limeade #509708

Tints of Limeade #509708

RGB

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

 GREEN value IS 151 (59.38% from 255) = 63.18%

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

R = 33.47%
G = 63.18%
B = 3.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#509708 (or 0x509708) is known color: Limeade. HEX triplet: 50, 97 and 08. RGB value is (80,151,8). Sum of RGB (Red+Green+Blue) = 80+151+8=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 151 (59.38% from 255 or 63.18% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 151 - color contains mainly: green. Hex color #509708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509708 is #AF68F7. Grayscale: #717171. Windows color (decimal): -11495672 or 563024. OLE color: 563024.

HSL color Cylindrical-coordinate representation of color #509708: hue angle of 89.79º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #509708 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 8 -
CMYK 0.47 0 0.95 0.41
HSL 89.79º 0.9% 0.31% -
HSV(B) 89.79º 0.95% 0.59% -
XYZ 14.42 23.86 4.07 -
YUV 113.47 68.48 104.13 -
System Red Green Blue C M Y K H S L
Decimal 80 151 8 0.47 0 0.95 0.41 89.79 0.9 0.31
Hex 50 97 8 2F 0 5F 29 5A 5A 1F
Octal 120 227 10 57 0 137 51 132 132 37
Binary 1010000 10010111 1000 101111 0 1011111 101001 1011010 1011010 11111

Color Harmonies of #509708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509708

Black with #509708

Text Example


Text Example

White with #509708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509708; }

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

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

background-color css

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

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

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

border-color css

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

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

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