Html Css Color HEX #509707 Limeade

📋 copy color: '#509707'

red 80 ◦ green 151 ◦ blue 7

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

Shades of Limeade #509707

Tints of Limeade #509707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.94%

R = 33.61%
G = 63.45%
B = 2.94%

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

#509707 (or 0x509707) is known color: Limeade. HEX triplet: 50, 97 and 07. RGB value is (80,151,7). Sum of RGB (Red+Green+Blue) = 80+151+7=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 151 (59.38% from 255 or 63.45% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 151 - color contains mainly: green. Hex color #509707 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509707 is #AF68F8. Grayscale: #717171. Windows color (decimal): -11495673 or 497488. OLE color: 497488.

HSL color Cylindrical-coordinate representation of color #509707: hue angle of 89.58º degrees, saturation: 0.91, 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 #509707 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 7 -
CMYK 0.47 0 0.95 0.41
HSL 89.58º 0.91% 0.31% -
HSV(B) 89.58º 0.95% 0.59% -
XYZ 14.41 23.85 4.05 -
YUV 113.36 67.98 104.21 -
System Red Green Blue C M Y K H S L
Decimal 80 151 7 0.47 0 0.95 0.41 89.58 0.91 0.31
Hex 50 97 7 2F 0 5F 29 5A 5B 1F
Octal 120 227 7 57 0 137 51 132 133 37
Binary 1010000 10010111 111 101111 0 1011111 101001 1011010 1011011 11111

Color Harmonies of #509707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509707

Black with #509707

Text Example


Text Example

White with #509707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509707; }

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

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

background-color css

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

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

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

border-color css

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

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

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