#50D30F

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

Shades of Kelly Green #50D30F

Tints of Kelly Green #50D30F

Color information

#50D30F (or 0x50D30F) is unknown color: approx Kelly Green. HEX triplet: 50, D3 and 0F. RGB value is (80,211,15). Sum of RGB (Red+Green+Blue) = 80+211+15=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 211 (82.81% from 255 or 68.95% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 211 - color contains mainly: green. Hex color #50D30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D30F is #AF2CF0. Grayscale: #969696. Windows color (decimal): -11480305 or 1037136. OLE color: 1037136.

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

Color convert

RGB8021115-
CMYK0.6200.930.17
HSL100.1º86.73%44.31%-
HSV(B)100.1º92.89%82.75%-
XYZ26.6948.338.37-
YUV149.4952.178.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 211 (82.81% from 255) = 68.95%
BLUE value IS 15 (6.25% from 255) = 4.90%
R=26.14%
G=68.95%
B=4.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal80211150.6200.930.17100.186.7344.31
Hex50D3F3E05D1164572c
Octal120323177601352114412754
Binary1010000110100111111111110010111011000111001001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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