#70F161

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

Shades of Screamin' Green #70F161

Tints of Screamin' Green #70F161

Color information

#70F161 (or 0x70F161) is unknown color: approx Screamin' Green. HEX triplet: 70, F1 and 61. RGB value is (112,241,97). Sum of RGB (Red+Green+Blue) = 112+241+97=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 241 (94.53% from 255 or 53.56% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 241 - color contains mainly: green. Hex color #70F161 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F161 is #8F0E9E. Grayscale: #BABABA. Windows color (decimal): -9375391 or 6418800. OLE color: 6418800.

HSL color Cylindrical-coordinate representation of color #70F161: hue angle of 113.75º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70F161 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB11224197-
CMYK0.5400.600.05
HSL113.75º83.72%66.27%-
HSV(B)113.75º59.75%94.51%-
XYZ40.367.2222.16-
YUV186.0177.7675.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.89%
GREEN value IS 241 (94.53% from 255) = 53.56%
BLUE value IS 97 (38.28% from 255) = 21.56%
R=24.89%
G=53.56%
B=21.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal112241970.5400.600.05113.7583.7266.27
Hex70F1613603C5725442
Octal160361141660745162124102
Binary11100001111000111000011101100111100101111001010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,241,97); }

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

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

 a { background-color: rgb(112,241,97); }

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

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

 span { border-color: rgb(112,241,97); }

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