#70FE73

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

Shades of Screamin' Green #70FE73

Tints of Screamin' Green #70FE73

Color information

#70FE73 (or 0x70FE73) is unknown color: approx Screamin' Green. HEX triplet: 70, FE and 73. RGB value is (112,254,115). Sum of RGB (Red+Green+Blue) = 112+254+115=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 254 (99.61% from 255 or 52.81% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 254 - color contains mainly: green. Hex color #70FE73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FE73 is #8F018C. Grayscale: #C4C4C4. Windows color (decimal): -9372045 or 7601776. OLE color: 7601776.

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

Color convert

RGB112254115-
CMYK0.5600.550.00
HSL121.27º98.61%71.76%-
HSV(B)121.27º55.91%99.61%-
XYZ45.2275.5728.42-
YUV195.782.4668.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.28%
GREEN value IS 254 (99.61% from 255) = 52.81%
BLUE value IS 115 (45.31% from 255) = 23.91%
R=23.28%
G=52.81%
B=23.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1122541150.5600.550.00121.2798.6171.76
Hex70FE73380370796348
Octal160376163700670171143110
Binary111000011111110111001111100001101110111100111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,254,115); }

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

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

 a { background-color: rgb(112,254,115); }

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

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

 span { border-color: rgb(112,254,115); }

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