#50FA89

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

Shades of Screamin' Green #50FA89

Tints of Screamin' Green #50FA89

Color information

#50FA89 (or 0x50FA89) is unknown color: approx Screamin' Green. HEX triplet: 50, FA and 89. RGB value is (80,250,137). Sum of RGB (Red+Green+Blue) = 80+250+137=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #50FA89 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FA89 is #AF0576. Grayscale: #BABABA. Windows color (decimal): -11470199 or 9042512. OLE color: 9042512.

HSL color Cylindrical-coordinate representation of color #50FA89: hue angle of 140.12º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FA89 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB80250137-
CMYK0.6800.450.02
HSL140.12º94.44%64.71%-
HSV(B)140.12º68%98.04%-
XYZ42.0171.8835.33-
YUV186.29100.1852.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.13%
GREEN value IS 250 (98.05% from 255) = 53.53%
BLUE value IS 137 (53.91% from 255) = 29.34%
R=17.13%
G=53.53%
B=29.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal802501370.6800.450.02140.1294.4464.71
Hex50FA894402D28c5e41
Octal1203722111040552214136101
Binary1010000111110101000100110001000101101101000110010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,250,137); }

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

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

 a { background-color: rgb(80,250,137); }

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

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

 span { border-color: rgb(80,250,137); }

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