#50DE5B

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

Shades of Screamin' Green #50DE5B

Tints of Screamin' Green #50DE5B

Color information

#50DE5B (or 0x50DE5B) is unknown color: approx Screamin' Green. HEX triplet: 50, DE and 5B. RGB value is (80,222,91). Sum of RGB (Red+Green+Blue) = 80+222+91=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 222 (87.11% from 255 or 56.49% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DE5B is #AF21A4. Grayscale: #A4A4A4. Windows color (decimal): -11477413 or 6020688. OLE color: 6020688.

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

Color convert

RGB8022291-
CMYK0.6400.590.13
HSL124.65º68.27%59.22%-
HSV(B)124.65º63.96%87.06%-
XYZ31.3254.718.81-
YUV164.6186.4667.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.36%
GREEN value IS 222 (87.11% from 255) = 56.49%
BLUE value IS 91 (35.94% from 255) = 23.16%
R=20.36%
G=56.49%
B=23.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal80222910.6400.590.13124.6568.2759.22
Hex50DE5B4003BD7d443b
Octal1203361331000731517510473
Binary101000011011110101101110000000111011110111111011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,222,91); }

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

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

 a { background-color: rgb(80,222,91); }

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

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

 span { border-color: rgb(80,222,91); }

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