#50ED69

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

Shades of Screamin' Green #50ED69

Tints of Screamin' Green #50ED69

Color information

#50ED69 (or 0x50ED69) is unknown color: approx Screamin' Green. HEX triplet: 50, ED and 69. RGB value is (80,237,105). Sum of RGB (Red+Green+Blue) = 80+237+105=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 237 (92.97% from 255 or 56.16% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED69 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50ED69 is #AF1296. Grayscale: #AFAFAF. Windows color (decimal): -11473559 or 6942032. OLE color: 6942032.

HSL color Cylindrical-coordinate representation of color #50ED69: hue angle of 129.55º degrees, saturation: 0.81, 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 #50ED69 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB80237105-
CMYK0.6600.560.07
HSL129.55º81.35%62.16%-
HSV(B)129.55º66.24%92.94%-
XYZ36.1463.2923.68-
YUV175.0188.4960.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.96%
GREEN value IS 237 (92.97% from 255) = 56.16%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=18.96%
G=56.16%
B=24.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal802371050.6600.560.07129.5581.3562.16
Hex50ED6942038782513e
Octal120355151102070720212176
Binary101000011101101110100110000100111000111100000101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ED69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,237,105); }

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

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

 a { background-color: rgb(80,237,105); }

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

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

 span { border-color: rgb(80,237,105); }

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