#50EC6F

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

Shades of Screamin' Green #50EC6F

Tints of Screamin' Green #50EC6F

Color information

#50EC6F (or 0x50EC6F) is unknown color: approx Screamin' Green. HEX triplet: 50, EC and 6F. RGB value is (80,236,111). Sum of RGB (Red+Green+Blue) = 80+236+111=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 236 (92.58% from 255 or 55.27% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC6F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EC6F is #AF1390. Grayscale: #AFAFAF. Windows color (decimal): -11473809 or 7334992. OLE color: 7334992.

HSL color Cylindrical-coordinate representation of color #50EC6F: hue angle of 131.92º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EC6F is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB80236111-
CMYK0.6600.530.07
HSL131.92º80.41%61.96%-
HSV(B)131.92º66.1%92.55%-
XYZ36.1762.8425.26-
YUV175.1191.8260.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.74%
GREEN value IS 236 (92.58% from 255) = 55.27%
BLUE value IS 111 (43.75% from 255) = 26.00%
R=18.74%
G=55.27%
B=26.00%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal802361110.6600.530.07131.9280.4161.96
Hex50EC6F42035784503e
Octal120354157102065720412076
Binary101000011101100110111110000100110101111100001001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,236,111); }

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

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

 a { background-color: rgb(80,236,111); }

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

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

 span { border-color: rgb(80,236,111); }

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