#50DF1B

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

Shades of Kelly Green #50DF1B

Tints of Kelly Green #50DF1B

Color information

#50DF1B (or 0x50DF1B) is unknown color: approx Kelly Green. HEX triplet: 50, DF and 1B. RGB value is (80,223,27). Sum of RGB (Red+Green+Blue) = 80+223+27=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 223 (87.5% from 255 or 67.58% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DF1B is #AF20E4. Grayscale: #9E9E9E. Windows color (decimal): -11477221 or 1826640. OLE color: 1826640.

HSL color Cylindrical-coordinate representation of color #50DF1B: hue angle of 103.78º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50DF1B is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB8022327-
CMYK0.6400.880.13
HSL103.78º78.4%49.02%-
HSV(B)103.78º87.89%87.45%-
XYZ29.8954.569.99-
YUV157.954.1272.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.24%
GREEN value IS 223 (87.5% from 255) = 67.58%
BLUE value IS 27 (10.94% from 255) = 8.18%
R=24.24%
G=67.58%
B=8.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal80223270.6400.880.13103.7878.449.02
Hex50DF1B40058D684e31
Octal1203373310001301515011661
Binary10100001101111111011100000001011000110111010001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,223,27); }

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

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

 a { background-color: rgb(80,223,27); }

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

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

 span { border-color: rgb(80,223,27); }

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