#70F475

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

Shades of Screamin' Green #70F475

Tints of Screamin' Green #70F475

Color information

#70F475 (or 0x70F475) is unknown color: approx Screamin' Green. HEX triplet: 70, F4 and 75. RGB value is (112,244,117). Sum of RGB (Red+Green+Blue) = 112+244+117=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 244 (95.70% from 255 or 51.59% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 244 - color contains mainly: green. Hex color #70F475 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F475 is #8F0B8A. Grayscale: #BEBEBE. Windows color (decimal): -9374603 or 7730288. OLE color: 7730288.

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

Color convert

RGB112244117-
CMYK0.5400.520.04
HSL122.27º85.71%69.8%-
HSV(B)122.27º54.1%95.69%-
XYZ42.2469.4328-
YUV190.0586.7772.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.68%
GREEN value IS 244 (95.70% from 255) = 51.59%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=23.68%
G=51.59%
B=24.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1122441170.5400.520.04122.2785.7169.8
Hex70F4753603447a5646
Octal160364165660644172126106
Binary11100001111010011101011101100110100100111101010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,244,117); }

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

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

 a { background-color: rgb(112,244,117); }

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

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

 span { border-color: rgb(112,244,117); }

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