#70F84D

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

Shades of Screamin' Green #70F84D

Tints of Screamin' Green #70F84D

Color information

#70F84D (or 0x70F84D) is unknown color: approx Screamin' Green. HEX triplet: 70, F8 and 4D. RGB value is (112,248,77). Sum of RGB (Red+Green+Blue) = 112+248+77=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 248 (97.27% from 255 or 56.75% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 248 - color contains mainly: green. Hex color #70F84D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F84D is #8F07B2. Grayscale: #BCBCBC. Windows color (decimal): -9373619 or 5109872. OLE color: 5109872.

HSL color Cylindrical-coordinate representation of color #70F84D: hue angle of 107.72º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70F84D is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB11224877-
CMYK0.5500.690.03
HSL107.72º92.43%63.73%-
HSV(B)107.72º68.95%97.25%-
XYZ41.5971.1218.56-
YUV187.8465.4473.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.63%
GREEN value IS 248 (97.27% from 255) = 56.75%
BLUE value IS 77 (30.47% from 255) = 17.62%
R=25.63%
G=56.75%
B=17.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal112248770.5500.690.03107.7292.4363.73
Hex70F84D3704536c5c40
Octal1603701156701053154134100
Binary11100001111100010011011101110100010111110110010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,248,77); }

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

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

 a { background-color: rgb(112,248,77); }

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

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

 span { border-color: rgb(112,248,77); }

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