Html Css Color HEX #50AC07 Kelly Green

📋 copy color: '#50AC07'

red 80 ◦ green 172 ◦ blue 7

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

Shades of Kelly Green #50AC07

Tints of Kelly Green #50AC07

RGB

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

 GREEN value IS 172 (67.58% from 255) = 66.41%

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

R = 30.89%
G = 66.41%
B = 2.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#50AC07 (or 0x50AC07) is known color: Kelly Green. HEX triplet: 50, AC and 07. RGB value is (80,172,7). Sum of RGB (Red+Green+Blue) = 80+172+7=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 172 (67.58% from 255 or 66.41% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AC07 is #AF53F8. Grayscale: #7E7E7E. Windows color (decimal): -11490297 or 502864. OLE color: 502864.

HSL color Cylindrical-coordinate representation of color #50AC07: hue angle of 93.45º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50AC07 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 172 7 -
CMYK 0.53 0 0.96 0.33
HSL 93.45º 0.92% 0.35% -
HSV(B) 93.45º 0.96% 0.67% -
XYZ 18.1 31.23 5.27 -
YUV 125.68 61.02 95.42 -
System Red Green Blue C M Y K H S L
Decimal 80 172 7 0.53 0 0.96 0.33 93.45 0.92 0.35
Hex 50 AC 7 35 0 60 21 5D 5C 23
Octal 120 254 7 65 0 140 41 135 134 43
Binary 1010000 10101100 111 110101 0 1100000 100001 1011101 1011100 100011

Color Harmonies of #50AC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AC07

Black with #50AC07

Text Example


Text Example

White with #50AC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50AC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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