Html Css Color HEX #509C07 Limeade

📋 copy color: '#509C07'

red 80 ◦ green 156 ◦ blue 7

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

Shades of Limeade #509C07

Tints of Limeade #509C07

RGB

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

 GREEN value IS 156 (61.33% from 255) = 64.2%

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

R = 32.92%
G = 64.2%
B = 2.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#509C07 (or 0x509C07) is known color: Limeade. HEX triplet: 50, 9C and 07. RGB value is (80,156,7). Sum of RGB (Red+Green+Blue) = 80+156+7=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 156 (61.33% from 255 or 64.20% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 156 - color contains mainly: green. Hex color #509C07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509C07 is #AF63F8. Grayscale: #747474. Windows color (decimal): -11494393 or 498768. OLE color: 498768.

HSL color Cylindrical-coordinate representation of color #509C07: hue angle of 90.6º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #509C07 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 156 7 -
CMYK 0.49 0 0.96 0.39
HSL 90.6º 0.91% 0.32% -
HSV(B) 90.6º 0.96% 0.61% -
XYZ 15.24 25.5 4.32 -
YUV 116.29 66.32 102.12 -
System Red Green Blue C M Y K H S L
Decimal 80 156 7 0.49 0 0.96 0.39 90.6 0.91 0.32
Hex 50 9C 7 31 0 60 27 5B 5B 20
Octal 120 234 7 61 0 140 47 133 133 40
Binary 1010000 10011100 111 110001 0 1100000 100111 1011011 1011011 100000

Color Harmonies of #509C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509C07

Black with #509C07

Text Example


Text Example

White with #509C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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