#50EF48

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

Shades of Screamin' Green #50EF48

Tints of Screamin' Green #50EF48

Color information

#50EF48 (or 0x50EF48) is unknown color: approx Screamin' Green. HEX triplet: 50, EF and 48. RGB value is (80,239,72). Sum of RGB (Red+Green+Blue) = 80+239+72=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 239 (93.75% from 255 or 61.13% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF48 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EF48 is #AF10B7. Grayscale: #ACACAC. Windows color (decimal): -11473080 or 4779856. OLE color: 4779856.

HSL color Cylindrical-coordinate representation of color #50EF48: hue angle of 117.13º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50EF48 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB8023972-
CMYK0.6700.700.06
HSL117.13º83.92%60.98%-
HSV(B)117.13º69.87%93.73%-
XYZ35.3463.9116.6-
YUV172.4271.3262.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.46%
GREEN value IS 239 (93.75% from 255) = 61.13%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=20.46%
G=61.13%
B=18.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal80239720.6700.700.06117.1383.9260.98
Hex50EF4843046675543d
Octal1203571101030106616512475
Binary101000011101111100100010000110100011011011101011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,239,72); }

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

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

 a { background-color: rgb(80,239,72); }

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

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

 span { border-color: rgb(80,239,72); }

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