#70f56f

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

Shades of Screamin' Green #70F56F

Tints of Screamin' Green #70F56F

Color information

#70F56F (or 0x70F56F) is unknown color: approx Screamin' Green. HEX triplet: 70, F5 and 6F. RGB value is (112,245,111). Sum of RGB (Red+Green+Blue) = 112+245+111=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 245 (96.09% from 255 or 52.35% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 245 - color contains mainly: green. Hex color #70F56F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F56F is #8F0A90. Grayscale: #BEBEBE. Windows color (decimal): -9374353 or 7337328. OLE color: 7337328.

HSL color Cylindrical-coordinate representation of color #70F56F: hue angle of 119.55º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F56F is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB112245111-
CMYK0.5400.550.04
HSL119.55º87.01%69.8%-
HSV(B)119.55º54.69%96.08%-
XYZ42.269.926.31-
YUV189.9683.4472.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.93%
GREEN value IS 245 (96.09% from 255) = 52.35%
BLUE value IS 111 (43.75% from 255) = 23.72%
R=23.93%
G=52.35%
B=23.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1122451110.5400.550.04119.5587.0169.8
Hex70F56F360374785746
Octal160365157660674170127106
Binary11100001111010111011111101100110111100111100010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70f56f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,245,111); }

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

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

 a { background-color: rgb(112,245,111); }

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

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

 span { border-color: rgb(112,245,111); }

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