#50E763

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

Shades of Screamin' Green #50E763

Tints of Screamin' Green #50E763

Color information

#50E763 (or 0x50E763) is unknown color: approx Screamin' Green. HEX triplet: 50, E7 and 63. RGB value is (80,231,99). Sum of RGB (Red+Green+Blue) = 80+231+99=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 231 (90.62% from 255 or 56.34% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 231 - color contains mainly: green. Hex color #50E763 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E763 is #AF189C. Grayscale: #ABABAB. Windows color (decimal): -11475101 or 6547280. OLE color: 6547280.

HSL color Cylindrical-coordinate representation of color #50E763: hue angle of 127.55º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E763 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB8023199-
CMYK0.6500.570.09
HSL127.55º75.88%60.98%-
HSV(B)127.55º65.37%90.59%-
XYZ34.1459.7621.54-
YUV170.887.4763.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.51%
GREEN value IS 231 (90.62% from 255) = 56.34%
BLUE value IS 99 (39.06% from 255) = 24.15%
R=19.51%
G=56.34%
B=24.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal80231990.6500.570.09127.5575.8860.98
Hex50E763410399804c3d
Octal1203471431010711120011475
Binary1010000111001111100011100000101110011001100000001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,231,99); }

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

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

 a { background-color: rgb(80,231,99); }

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

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

 span { border-color: rgb(80,231,99); }

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