#50E65F

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

Shades of Screamin' Green #50E65F

Tints of Screamin' Green #50E65F

Color information

#50E65F (or 0x50E65F) is unknown color: approx Screamin' Green. HEX triplet: 50, E6 and 5F. RGB value is (80,230,95). Sum of RGB (Red+Green+Blue) = 80+230+95=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 230 (90.23% from 255 or 56.79% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 230 - color contains mainly: green. Hex color #50E65F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E65F is #AF19A0. Grayscale: #AAAAAA. Windows color (decimal): -11475361 or 6284880. OLE color: 6284880.

HSL color Cylindrical-coordinate representation of color #50E65F: hue angle of 126º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E65F is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB8023095-
CMYK0.6500.590.10
HSL126º75%60.78%-
HSV(B)126º65.22%90.2%-
XYZ33.6759.1320.46-
YUV169.7685.863.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.75%
GREEN value IS 230 (90.23% from 255) = 56.79%
BLUE value IS 95 (37.5% from 255) = 23.46%
R=19.75%
G=56.79%
B=23.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal80230950.6500.590.101267560.78
Hex50E65F4103BA7e4b3d
Octal1203461371010731217611375
Binary101000011100110101111110000010111011101011111101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,230,95); }

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

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

 a { background-color: rgb(80,230,95); }

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

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

 span { border-color: rgb(80,230,95); }

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