#70F16E

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

Shades of Screamin' Green #70F16E

Tints of Screamin' Green #70F16E

Color information

#70F16E (or 0x70F16E) is unknown color: approx Screamin' Green. HEX triplet: 70, F1 and 6E. RGB value is (112,241,110). Sum of RGB (Red+Green+Blue) = 112+241+110=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #70F16E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F16E is #8F0E91. Grayscale: #BBBBBB. Windows color (decimal): -9375378 or 7270768. OLE color: 7270768.

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

Color convert

RGB112241110-
CMYK0.5400.540.05
HSL119.08º82.39%68.82%-
HSV(B)119.08º54.36%94.51%-
XYZ40.9567.4825.62-
YUV187.4984.2674.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.19%
GREEN value IS 241 (94.53% from 255) = 52.05%
BLUE value IS 110 (43.36% from 255) = 23.76%
R=24.19%
G=52.05%
B=23.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1122411100.5400.540.05119.0882.3968.82
Hex70F16E360365775245
Octal160361156660665167122105
Binary11100001111000111011101101100110110101111011110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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