#50e74b

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

Shades of Screamin' Green #50E74B

Tints of Screamin' Green #50E74B

Color information

#50E74B (or 0x50E74B) is unknown color: approx Screamin' Green. HEX triplet: 50, E7 and 4B. RGB value is (80,231,75). Sum of RGB (Red+Green+Blue) = 80+231+75=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 231 (90.62% from 255 or 59.84% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 231 - color contains mainly: green. Hex color #50E74B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E74B is #AF18B4. Grayscale: #A8A8A8. Windows color (decimal): -11475125 or 4974416. OLE color: 4974416.

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

Color convert

RGB8023175-
CMYK0.6500.680.09
HSL118.08º76.47%60%-
HSV(B)118.08º67.53%90.59%-
XYZ33.1559.3716.37-
YUV168.0775.4765.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.73%
GREEN value IS 231 (90.62% from 255) = 59.84%
BLUE value IS 75 (29.69% from 255) = 19.43%
R=20.73%
G=59.84%
B=19.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal80231750.6500.680.09118.0876.4760
Hex50E74B410449764c3c
Octal12034711310101041116611474
Binary1010000111001111001011100000101000100100111101101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50e74b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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