#50F36A

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

Shades of Screamin' Green #50F36A

Tints of Screamin' Green #50F36A

Color information

#50F36A (or 0x50F36A) is unknown color: approx Screamin' Green. HEX triplet: 50, F3 and 6A. RGB value is (80,243,106). Sum of RGB (Red+Green+Blue) = 80+243+106=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 243 (95.31% from 255 or 56.64% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 243 - color contains mainly: green. Hex color #50F36A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F36A is #AF0C95. Grayscale: #B3B3B3. Windows color (decimal): -11472022 or 7009104. OLE color: 7009104.

HSL color Cylindrical-coordinate representation of color #50F36A: hue angle of 129.57º degrees, saturation: 0.87, 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 #50F36A is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB80243106-
CMYK0.6700.560.05
HSL129.57º87.17%63.33%-
HSV(B)129.57º67.08%95.29%-
XYZ37.9666.8524.54-
YUV178.648757.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.65%
GREEN value IS 243 (95.31% from 255) = 56.64%
BLUE value IS 106 (41.80% from 255) = 24.71%
R=18.65%
G=56.64%
B=24.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal802431060.6700.560.05129.5787.1763.33
Hex50F36A43038582573f
Octal120363152103070520212777
Binary101000011110011110101010000110111000101100000101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,243,106); }

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

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

 a { background-color: rgb(80,243,106); }

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

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

 span { border-color: rgb(80,243,106); }

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