#70F951

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

Shades of Screamin' Green #70F951

Tints of Screamin' Green #70F951

Color information

#70F951 (or 0x70F951) is unknown color: approx Screamin' Green. HEX triplet: 70, F9 and 51. RGB value is (112,249,81). Sum of RGB (Red+Green+Blue) = 112+249+81=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 249 (97.66% from 255 or 56.33% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 249 - color contains mainly: green. Hex color #70F951 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F951 is #8F06AE. Grayscale: #BDBDBD. Windows color (decimal): -9373359 or 5372272. OLE color: 5372272.

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

Color convert

RGB11224981-
CMYK0.5500.670.02
HSL108.93º93.33%64.71%-
HSV(B)108.93º67.47%97.65%-
XYZ42.0471.7919.43-
YUV188.8867.1173.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.34%
GREEN value IS 249 (97.66% from 255) = 56.33%
BLUE value IS 81 (32.03% from 255) = 18.33%
R=25.34%
G=56.33%
B=18.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal112249810.5500.670.02108.9393.3364.71
Hex70F9513704326d5d41
Octal1603711216701032155135101
Binary11100001111100110100011101110100001110110110110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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