#70FD81

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

Shades of Screamin' Green #70FD81

Tints of Screamin' Green #70FD81

Color information

#70FD81 (or 0x70FD81) is unknown color: approx Screamin' Green. HEX triplet: 70, FD and 81. RGB value is (112,253,129). Sum of RGB (Red+Green+Blue) = 112+253+129=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 253 (99.22% from 255 or 51.21% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 253 - color contains mainly: green. Hex color #70FD81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FD81 is #8F027E. Grayscale: #C5C5C5. Windows color (decimal): -9372287 or 8519024. OLE color: 8519024.

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

Color convert

RGB112253129-
CMYK0.5600.490.01
HSL127.23º97.24%71.57%-
HSV(B)127.23º55.73%99.22%-
XYZ45.7775.2832.89-
YUV196.789.7967.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.67%
GREEN value IS 253 (99.22% from 255) = 51.21%
BLUE value IS 129 (50.78% from 255) = 26.11%
R=22.67%
G=51.21%
B=26.11%

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
Decimal1122531290.5600.490.01127.2397.2471.57
Hex70FD813803117f6148
Octal160375201700611177141110
Binary1110000111111011000000111100001100011111111111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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