#50E54A

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

Shades of Screamin' Green #50E54A

Tints of Screamin' Green #50E54A

Color information

#50E54A (or 0x50E54A) is unknown color: approx Screamin' Green. HEX triplet: 50, E5 and 4A. RGB value is (80,229,74). Sum of RGB (Red+Green+Blue) = 80+229+74=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 229 (89.84% from 255 or 59.79% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 229 - color contains mainly: green. Hex color #50E54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E54A is #AF1AB5. Grayscale: #A7A7A7. Windows color (decimal): -11475638 or 4908368. OLE color: 4908368.

HSL color Cylindrical-coordinate representation of color #50E54A: hue angle of 117.68º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50E54A is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB8022974-
CMYK0.6500.680.10
HSL117.68º74.88%59.41%-
HSV(B)117.68º67.69%89.8%-
XYZ32.5658.2416-
YUV166.7875.6466.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.89%
GREEN value IS 229 (89.84% from 255) = 59.79%
BLUE value IS 74 (29.30% from 255) = 19.32%
R=20.89%
G=59.79%
B=19.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal80229740.6500.680.10117.6874.8859.41
Hex50E54A41044A764b3b
Octal12034511210101041216611373
Binary1010000111001011001010100000101000100101011101101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,229,74); }

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

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

 a { background-color: rgb(80,229,74); }

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

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

 span { border-color: rgb(80,229,74); }

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