#70F96C

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

Shades of Screamin' Green #70F96C

Tints of Screamin' Green #70F96C

Color information

#70F96C (or 0x70F96C) is unknown color: approx Screamin' Green. HEX triplet: 70, F9 and 6C. RGB value is (112,249,108). Sum of RGB (Red+Green+Blue) = 112+249+108=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 249 (97.66% from 255 or 53.09% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 249 - color contains mainly: green. Hex color #70F96C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F96C is #8F0693. Grayscale: #C0C0C0. Windows color (decimal): -9373332 or 7141744. OLE color: 7141744.

HSL color Cylindrical-coordinate representation of color #70F96C: hue angle of 118.3º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70F96C is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB112249108-
CMYK0.5500.570.02
HSL118.3º92.16%70%-
HSV(B)118.3º56.63%97.65%-
XYZ43.2672.2825.86-
YUV191.9680.6170.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.88%
GREEN value IS 249 (97.66% from 255) = 53.09%
BLUE value IS 108 (42.58% from 255) = 23.03%
R=23.88%
G=53.09%
B=23.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122491080.5500.570.02118.392.1670
Hex70F96C370392765c46
Octal160371154670712166134106
Binary1110000111110011101100110111011100110111011010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,249,108); }

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

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

 a { background-color: rgb(112,249,108); }

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

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

 span { border-color: rgb(112,249,108); }

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