#70f04d

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

Shades of Screamin' Green #70F04D

Tints of Screamin' Green #70F04D

Color information

#70F04D (or 0x70F04D) is unknown color: approx Screamin' Green. HEX triplet: 70, F0 and 4D. RGB value is (112,240,77). Sum of RGB (Red+Green+Blue) = 112+240+77=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 240 (94.14% from 255 or 55.94% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 240 - color contains mainly: green. Hex color #70F04D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F04D is #8F0FB2. Grayscale: #B7B7B7. Windows color (decimal): -9375667 or 5107824. OLE color: 5107824.

HSL color Cylindrical-coordinate representation of color #70F04D: hue angle of 107.12º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70F04D is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB11224077-
CMYK0.5300.680.06
HSL107.12º84.46%62.16%-
HSV(B)107.12º67.92%94.12%-
XYZ39.1866.317.75-
YUV183.1568.0977.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.11%
GREEN value IS 240 (94.14% from 255) = 55.94%
BLUE value IS 77 (30.47% from 255) = 17.95%
R=26.11%
G=55.94%
B=17.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal112240770.5300.680.06107.1284.4662.16
Hex70F04D3504466b543e
Octal160360115650104615312476
Binary11100001111000010011011101010100010011011010111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70f04d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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