#50F461

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

Shades of Screamin' Green #50F461

Tints of Screamin' Green #50F461

Color information

#50F461 (or 0x50F461) is unknown color: approx Screamin' Green. HEX triplet: 50, F4 and 61. RGB value is (80,244,97). Sum of RGB (Red+Green+Blue) = 80+244+97=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 244 (95.70% from 255 or 57.96% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 244 - color contains mainly: green. Hex color #50F461 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F461 is #AF0B9E. Grayscale: #B2B2B2. Windows color (decimal): -11471775 or 6419536. OLE color: 6419536.

HSL color Cylindrical-coordinate representation of color #50F461: hue angle of 126.22º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F461 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB8024497-
CMYK0.6700.600.04
HSL126.22º88.17%63.53%-
HSV(B)126.22º67.21%95.69%-
XYZ37.8267.2722.3-
YUV178.2182.1757.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.00%
GREEN value IS 244 (95.70% from 255) = 57.96%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=19.00%
G=57.96%
B=23.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal80244970.6700.600.04126.2288.1763.53
Hex50F4614303C47e5840
Octal1203641411030744176130100
Binary101000011110100110000110000110111100100111111010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,244,97); }

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

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

 a { background-color: rgb(80,244,97); }

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

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

 span { border-color: rgb(80,244,97); }

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