#50F265

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

Shades of Screamin' Green #50F265

Tints of Screamin' Green #50F265

Color information

#50F265 (or 0x50F265) is unknown color: approx Screamin' Green. HEX triplet: 50, F2 and 65. RGB value is (80,242,101). Sum of RGB (Red+Green+Blue) = 80+242+101=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 242 (94.92% from 255 or 57.21% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 242 - color contains mainly: green. Hex color #50F265 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F265 is #AF0D9A. Grayscale: #B1B1B1. Windows color (decimal): -11472283 or 6681168. OLE color: 6681168.

HSL color Cylindrical-coordinate representation of color #50F265: hue angle of 127.78º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F265 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB80242101-
CMYK0.6700.580.05
HSL127.78º86.17%63.14%-
HSV(B)127.78º66.94%94.9%-
XYZ37.4166.1523.11-
YUV177.4984.8358.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.91%
GREEN value IS 242 (94.92% from 255) = 57.21%
BLUE value IS 101 (39.84% from 255) = 23.88%
R=18.91%
G=57.21%
B=23.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal802421010.6700.580.05127.7886.1763.14
Hex50F2654303A580563f
Octal120362145103072520012677
Binary101000011110010110010110000110111010101100000001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,242,101); }

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

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

 a { background-color: rgb(80,242,101); }

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

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

 span { border-color: rgb(80,242,101); }

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