#70FC81

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

Shades of Screamin' Green #70FC81

Tints of Screamin' Green #70FC81

Color information

#70FC81 (or 0x70FC81) is unknown color: approx Screamin' Green. HEX triplet: 70, FC and 81. RGB value is (112,252,129). Sum of RGB (Red+Green+Blue) = 112+252+129=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #70FC81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FC81 is #8F037E. Grayscale: #C4C4C4. Windows color (decimal): -9372543 or 8518768. OLE color: 8518768.

HSL color Cylindrical-coordinate representation of color #70FC81: hue angle of 127.29º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FC81 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB112252129-
CMYK0.5600.490.01
HSL127.29º95.89%71.37%-
HSV(B)127.29º55.56%98.82%-
XYZ45.4574.6532.78-
YUV196.1290.1268-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.72%
GREEN value IS 252 (98.83% from 255) = 51.12%
BLUE value IS 129 (50.78% from 255) = 26.17%
R=22.72%
G=51.12%
B=26.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122521290.5600.490.01127.2995.8971.37
Hex70FC813803117f6047
Octal160374201700611177140107
Binary1110000111111001000000111100001100011111111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70FC81; }

 p { color: rgb(112,252,129); }

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

<style>
 a { background-color: #70FC81; }

 a { background-color: rgb(112,252,129); }

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

<style>
 span { border-color: #70FC81; }

 span { border-color: rgb(112,252,129); }

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