#50D305

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

Shades of Kelly Green #50D305

Tints of Kelly Green #50D305

Color information

#50D305 (or 0x50D305) is unknown color: approx Kelly Green. HEX triplet: 50, D3 and 05. RGB value is (80,211,5). Sum of RGB (Red+Green+Blue) = 80+211+5=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 211 (82.81% from 255 or 71.28% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 211 - color contains mainly: green. Hex color #50D305 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D305 is #AF2CFA. Grayscale: #959595. Windows color (decimal): -11480315 or 381776. OLE color: 381776.

HSL color Cylindrical-coordinate representation of color #50D305: hue angle of 98.16º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50D305 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB802115-
CMYK0.6200.980.17
HSL98.16º95.37%42.35%-
HSV(B)98.16º97.63%82.75%-
XYZ26.6348.38.06-
YUV148.3547.179.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.03%
GREEN value IS 211 (82.81% from 255) = 71.28%
BLUE value IS 5 (2.34% from 255) = 1.69%
R=27.03%
G=71.28%
B=1.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal8021150.6200.980.1798.1695.3742.35
Hex50D353E06211625f2a
Octal12032357601422114213752
Binary101000011010011101111110011000101000111000101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,211,5); }

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

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

 a { background-color: rgb(80,211,5); }

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

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

 span { border-color: rgb(80,211,5); }

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