#70FE5F

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

Shades of Screamin' Green #70FE5F

Tints of Screamin' Green #70FE5F

Color information

#70FE5F (or 0x70FE5F) is unknown color: approx Screamin' Green. HEX triplet: 70, FE and 5F. RGB value is (112,254,95). Sum of RGB (Red+Green+Blue) = 112+254+95=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 254 (99.61% from 255 or 55.10% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 254 - color contains mainly: green. Hex color #70FE5F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FE5F is #8F01A0. Grayscale: #C1C1C1. Windows color (decimal): -9372065 or 6291056. OLE color: 6291056.

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

Color convert

RGB11225495-
CMYK0.5600.630.00
HSL113.58º98.76%68.43%-
HSV(B)113.58º62.6%99.61%-
XYZ44.1975.1523-
YUV193.4272.4669.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 254 (99.61% from 255) = 55.10%
BLUE value IS 95 (37.5% from 255) = 20.61%
R=24.30%
G=55.10%
B=20.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal112254950.5600.630.00113.5898.7668.43
Hex70FE5F3803F0726344
Octal160376137700770162143104
Binary111000011111110101111111100001111110111001011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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