#50D720

Color #50D720 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #50D720

Tints of Kelly Green #50D720

Color information

#50D720 (or 0x50D720) is unknown color: approx Kelly Green. HEX triplet: 50, D7 and 20. RGB value is (80,215,32). Sum of RGB (Red+Green+Blue) = 80+215+32=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 215 (84.38% from 255 or 65.75% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 215 - color contains mainly: green. Hex color #50D720 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D720 is #AF28DF. Grayscale: #9A9A9A. Windows color (decimal): -11479264 or 2152272. OLE color: 2152272.

HSL color Cylindrical-coordinate representation of color #50D720: hue angle of 104.26º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50D720 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB8021532-
CMYK0.6300.850.16
HSL104.26º74.09%48.43%-
HSV(B)104.26º85.12%84.31%-
XYZ27.8750.419.63-
YUV153.7759.2775.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 215 (84.38% from 255) = 65.75%
BLUE value IS 32 (12.89% from 255) = 9.79%
R=24.46%
G=65.75%
B=9.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal80215320.6300.850.16104.2674.0948.43
Hex50D7203F05510684a30
Octal120327407701252015011260
Binary101000011010111100000111111010101011000011010001001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50D720;
 }
 .AnyTagClassName
 {
   color: #50D720;
 }
</style>
background-color css

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

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

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

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

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

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