#70F966

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

Shades of Screamin' Green #70F966

Tints of Screamin' Green #70F966

Color information

#70F966 (or 0x70F966) is unknown color: approx Screamin' Green. HEX triplet: 70, F9 and 66. RGB value is (112,249,102). Sum of RGB (Red+Green+Blue) = 112+249+102=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 249 (97.66% from 255 or 53.78% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 249 - color contains mainly: green. Hex color #70F966 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F966 is #8F0699. Grayscale: #BFBFBF. Windows color (decimal): -9373338 or 6748528. OLE color: 6748528.

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

Color convert

RGB112249102-
CMYK0.5500.590.02
HSL115.92º92.45%68.82%-
HSV(B)115.92º59.04%97.65%-
XYZ42.9672.1624.23-
YUV191.2877.6171.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.19%
GREEN value IS 249 (97.66% from 255) = 53.78%
BLUE value IS 102 (40.23% from 255) = 22.03%
R=24.19%
G=53.78%
B=22.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122491020.5500.590.02115.9292.4568.82
Hex70F9663703B2745c45
Octal160371146670732164134105
Binary1110000111110011100110110111011101110111010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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