#70F949

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

Shades of Screamin' Green #70F949

Tints of Screamin' Green #70F949

Color information

#70F949 (or 0x70F949) is unknown color: approx Screamin' Green. HEX triplet: 70, F9 and 49. RGB value is (112,249,73). Sum of RGB (Red+Green+Blue) = 112+249+73=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 249 (97.66% from 255 or 57.37% from 434); Blue value is 73 (28.91% from 255 or 16.82% from 434); Max value from RGB is 249 - color contains mainly: green. Hex color #70F949 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F949 is #8F06B6. Grayscale: #BCBCBC. Windows color (decimal): -9373367 or 4847984. OLE color: 4847984.

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

Color convert

RGB11224973-
CMYK0.5500.710.02
HSL106.7º93.62%63.14%-
HSV(B)106.7º70.68%97.65%-
XYZ41.7671.6817.94-
YUV187.9763.1173.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.81%
GREEN value IS 249 (97.66% from 255) = 57.37%
BLUE value IS 73 (28.91% from 255) = 16.82%
R=25.81%
G=57.37%
B=16.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal112249730.5500.710.02106.793.6263.14
Hex70F9493704726b5e3f
Octal160371111670107215313677
Binary1110000111110011001001110111010001111011010111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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