#70F661

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

Shades of Screamin' Green #70F661

Tints of Screamin' Green #70F661

Color information

#70F661 (or 0x70F661) is unknown color: approx Screamin' Green. HEX triplet: 70, F6 and 61. RGB value is (112,246,97). Sum of RGB (Red+Green+Blue) = 112+246+97=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 246 (96.48% from 255 or 54.07% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 246 - color contains mainly: green. Hex color #70F661 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F661 is #8F099E. Grayscale: #BDBDBD. Windows color (decimal): -9374111 or 6420080. OLE color: 6420080.

HSL color Cylindrical-coordinate representation of color #70F661: hue angle of 113.96º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70F661 is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB11224697-
CMYK0.5400.610.04
HSL113.96º89.22%67.25%-
HSV(B)113.96º60.57%96.47%-
XYZ41.870.2222.66-
YUV188.9576.1173.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.62%
GREEN value IS 246 (96.48% from 255) = 54.07%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=24.62%
G=54.07%
B=21.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal112246970.5400.610.04113.9689.2267.25
Hex70F6613603D4725943
Octal160366141660754162131103
Binary11100001111011011000011101100111101100111001010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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