#50DF54

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

Shades of Screamin' Green #50DF54

Tints of Screamin' Green #50DF54

Color information

#50DF54 (or 0x50DF54) is unknown color: approx Screamin' Green. HEX triplet: 50, DF and 54. RGB value is (80,223,84). Sum of RGB (Red+Green+Blue) = 80+223+84=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 223 (87.5% from 255 or 57.62% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DF54 is #AF20AB. Grayscale: #A4A4A4. Windows color (decimal): -11477164 or 5562192. OLE color: 5562192.

HSL color Cylindrical-coordinate representation of color #50DF54: hue angle of 121.68º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DF54 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB8022384-
CMYK0.6400.620.13
HSL121.68º69.08%59.41%-
HSV(B)121.68º64.13%87.45%-
XYZ31.355.1217.38-
YUV164.482.6267.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.67%
GREEN value IS 223 (87.5% from 255) = 57.62%
BLUE value IS 84 (33.20% from 255) = 21.71%
R=20.67%
G=57.62%
B=21.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal80223840.6400.620.13121.6869.0859.41
Hex50DF544003ED7a453b
Octal1203371241000761517210573
Binary101000011011111101010010000000111110110111110101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,223,84); }

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

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

 a { background-color: rgb(80,223,84); }

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

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

 span { border-color: rgb(80,223,84); }

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