#50EE56

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

Shades of Screamin' Green #50EE56

Tints of Screamin' Green #50EE56

Color information

#50EE56 (or 0x50EE56) is unknown color: approx Screamin' Green. HEX triplet: 50, EE and 56. RGB value is (80,238,86). Sum of RGB (Red+Green+Blue) = 80+238+86=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 238 (93.36% from 255 or 58.91% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 238 - color contains mainly: green. Hex color #50EE56 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EE56 is #AF11A9. Grayscale: #ADADAD. Windows color (decimal): -11473322 or 5697104. OLE color: 5697104.

HSL color Cylindrical-coordinate representation of color #50EE56: hue angle of 122.28º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EE56 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB8023886-
CMYK0.6600.640.07
HSL122.28º82.29%62.35%-
HSV(B)122.28º66.39%93.33%-
XYZ35.5663.5319.19-
YUV173.4378.6561.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.80%
GREEN value IS 238 (93.36% from 255) = 58.91%
BLUE value IS 86 (33.98% from 255) = 21.29%
R=19.80%
G=58.91%
B=21.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal80238860.6600.640.07122.2882.2962.35
Hex50EE564204077a523e
Octal1203561261020100717212276
Binary101000011101110101011010000100100000011111110101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,238,86); }

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

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

 a { background-color: rgb(80,238,86); }

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

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

 span { border-color: rgb(80,238,86); }

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