#70FE60

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

Shades of Screamin' Green #70FE60

Tints of Screamin' Green #70FE60

Color information

#70FE60 (or 0x70FE60) is unknown color: approx Screamin' Green. HEX triplet: 70, FE and 60. RGB value is (112,254,96). Sum of RGB (Red+Green+Blue) = 112+254+96=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 254 (99.61% from 255 or 54.98% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 254 - color contains mainly: green. Hex color #70FE60 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FE60 is #8F019F. Grayscale: #C2C2C2. Windows color (decimal): -9372064 or 6356592. OLE color: 6356592.

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

Color convert

RGB11225496-
CMYK0.5600.620.00
HSL113.92º98.75%68.63%-
HSV(B)113.92º62.2%99.61%-
XYZ44.2475.1723.24-
YUV193.5372.9669.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.24%
GREEN value IS 254 (99.61% from 255) = 54.98%
BLUE value IS 96 (37.89% from 255) = 20.78%
R=24.24%
G=54.98%
B=20.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal112254960.5600.620.00113.9298.7568.63
Hex70FE603803E0726345
Octal160376140700760162143105
Binary111000011111110110000011100001111100111001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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