#50FC53

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

Shades of Screamin' Green #50FC53

Tints of Screamin' Green #50FC53

Color information

#50FC53 (or 0x50FC53) is unknown color: approx Screamin' Green. HEX triplet: 50, FC and 53. RGB value is (80,252,83). Sum of RGB (Red+Green+Blue) = 80+252+83=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 252 (98.83% from 255 or 60.72% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 252 - color contains mainly: green. Hex color #50FC53 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FC53 is #AF03AC. Grayscale: #B5B5B5. Windows color (decimal): -11469741 or 5504080. OLE color: 5504080.

HSL color Cylindrical-coordinate representation of color #50FC53: hue angle of 121.05º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FC53 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB8025283-
CMYK0.6800.670.01
HSL121.05º96.63%65.1%-
HSV(B)121.05º68.25%98.82%-
XYZ39.6871.9519.98-
YUV181.3172.5255.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.28%
GREEN value IS 252 (98.83% from 255) = 60.72%
BLUE value IS 83 (32.81% from 255) = 20%
R=19.28%
G=60.72%
B=20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal80252830.6800.670.01121.0596.6365.1
Hex50FC53440431796141
Octal12037412310401031171141101
Binary10100001111110010100111000100010000111111100111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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