Html Css Color HEX #50A720 Kelly Green

📋 copy color: '#50A720'

red 80 ◦ green 167 ◦ blue 32

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

Shades of Kelly Green #50A720

Tints of Kelly Green #50A720

RGB

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

 GREEN value IS 167 (65.63% from 255) = 59.86%

 BLUE value IS 32 (12.89% from 255) = 11.47%

R = 28.67%
G = 59.86%
B = 11.47%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#50A720 (or 0x50A720) is known color: Kelly Green. HEX triplet: 50, A7 and 20. RGB value is (80,167,32). Sum of RGB (Red+Green+Blue) = 80+167+32=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 167 (65.62% from 255 or 59.86% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 167 - color contains mainly: green. Hex color #50A720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A720 is #AF58DF. Grayscale: #7E7E7E. Windows color (decimal): -11491552 or 2139984. OLE color: 2139984.

HSL color Cylindrical-coordinate representation of color #50A720: hue angle of 98.67º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50A720 is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 167 32 -
CMYK 0.52 0 0.81 0.35
HSL 98.67º 0.68% 0.39% -
HSV(B) 98.67º 0.81% 0.65% -
XYZ 17.39 29.45 6.13 -
YUV 125.6 75.18 95.48 -
System Red Green Blue C M Y K H S L
Decimal 80 167 32 0.52 0 0.81 0.35 98.67 0.68 0.39
Hex 50 A7 20 34 0 51 23 63 44 27
Octal 120 247 40 64 0 121 43 143 104 47
Binary 1010000 10100111 100000 110100 0 1010001 100011 1100011 1000100 100111

Color Harmonies of #50A720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A720

Black with #50A720

Text Example


Text Example

White with #50A720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,167,32); }

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

background-color css

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

 a { background-color: rgb(80,167,32); }

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

border-color css

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

 span { border-color: rgb(80,167,32); }

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