#70F959

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

Shades of Screamin' Green #70F959

Tints of Screamin' Green #70F959

Color information

#70F959 (or 0x70F959) is unknown color: approx Screamin' Green. HEX triplet: 70, F9 and 59. RGB value is (112,249,89). Sum of RGB (Red+Green+Blue) = 112+249+89=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 249 (97.66% from 255 or 55.33% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 249 - color contains mainly: green. Hex color #70F959 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F959 is #8F06A6. Grayscale: #BEBEBE. Windows color (decimal): -9373351 or 5896560. OLE color: 5896560.

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

Color convert

RGB11224989-
CMYK0.5500.640.02
HSL111.38º93.02%66.27%-
HSV(B)111.38º64.26%97.65%-
XYZ42.3671.9221.1-
YUV189.871.1172.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.89%
GREEN value IS 249 (97.66% from 255) = 55.33%
BLUE value IS 89 (35.16% from 255) = 19.78%
R=24.89%
G=55.33%
B=19.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal112249890.5500.640.02111.3893.0266.27
Hex70F9593704026f5d42
Octal1603711316701002157135102
Binary11100001111100110110011101110100000010110111110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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