#50E453

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

Shades of Screamin' Green #50E453

Tints of Screamin' Green #50E453

Color information

#50E453 (or 0x50E453) is unknown color: approx Screamin' Green. HEX triplet: 50, E4 and 53. RGB value is (80,228,83). Sum of RGB (Red+Green+Blue) = 80+228+83=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 228 (89.45% from 255 or 58.31% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 228 - color contains mainly: green. Hex color #50E453 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E453 is #AF1BAC. Grayscale: #A7A7A7. Windows color (decimal): -11475885 or 5497936. OLE color: 5497936.

HSL color Cylindrical-coordinate representation of color #50E453: hue angle of 121.22º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E453 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB8022883-
CMYK0.6500.640.11
HSL121.22º73.27%60.39%-
HSV(B)121.22º64.91%89.41%-
XYZ32.6157.8217.62-
YUV167.2280.4765.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.46%
GREEN value IS 228 (89.45% from 255) = 58.31%
BLUE value IS 83 (32.81% from 255) = 21.23%
R=20.46%
G=58.31%
B=21.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal80228830.6500.640.11121.2273.2760.39
Hex50E45341040B79493c
Octal12034412310101001317111174
Binary1010000111001001010011100000101000000101111110011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,228,83); }

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

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

 a { background-color: rgb(80,228,83); }

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

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

 span { border-color: rgb(80,228,83); }

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