#50D021

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

Shades of Kelly Green #50D021

Tints of Kelly Green #50D021

Color information

#50D021 (or 0x50D021) is unknown color: approx Kelly Green. HEX triplet: 50, D0 and 21. RGB value is (80,208,33). Sum of RGB (Red+Green+Blue) = 80+208+33=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 208 (81.64% from 255 or 64.80% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 208 - color contains mainly: green. Hex color #50D021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D021 is #AF2FDE. Grayscale: #969696. Windows color (decimal): -11481055 or 2216016. OLE color: 2216016.

HSL color Cylindrical-coordinate representation of color #50D021: hue angle of 103.89º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50D021 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB8020833-
CMYK0.6200.840.18
HSL103.89º72.61%47.25%-
HSV(B)103.89º84.13%81.57%-
XYZ26.1446.939.12-
YUV149.7862.0978.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 208 (81.64% from 255) = 64.80%
BLUE value IS 33 (13.28% from 255) = 10.28%
R=24.92%
G=64.80%
B=10.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal80208330.6200.840.18103.8972.6147.25
Hex50D0213E0541268492f
Octal120320417601242215011157
Binary101000011010000100001111110010101001001011010001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,208,33); }

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

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

 a { background-color: rgb(80,208,33); }

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

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

 span { border-color: rgb(80,208,33); }

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