#70F947

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

Shades of Screamin' Green #70F947

Tints of Screamin' Green #70F947

Color information

#70F947 (or 0x70F947) is unknown color: approx Screamin' Green. HEX triplet: 70, F9 and 47. RGB value is (112,249,71). Sum of RGB (Red+Green+Blue) = 112+249+71=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 249 (97.66% from 255 or 57.64% from 432); Blue value is 71 (28.12% from 255 or 16.44% from 432); Max value from RGB is 249 - color contains mainly: green. Hex color #70F947 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F947 is #8F06B8. Grayscale: #BCBCBC. Windows color (decimal): -9373369 or 4716912. OLE color: 4716912.

HSL color Cylindrical-coordinate representation of color #70F947: hue angle of 106.18º 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 #70F947 is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB11224971-
CMYK0.5500.710.02
HSL106.18º93.68%62.75%-
HSV(B)106.18º71.49%97.65%-
XYZ41.771.6517.59-
YUV187.7462.1173.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.93%
GREEN value IS 249 (97.66% from 255) = 57.64%
BLUE value IS 71 (28.12% from 255) = 16.44%
R=25.93%
G=57.64%
B=16.44%

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
Decimal112249710.5500.710.02106.1893.6862.75
Hex70F9473704726a5e3f
Octal160371107670107215213677
Binary1110000111110011000111110111010001111011010101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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