#70FA84

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

Shades of Screamin' Green #70FA84

Tints of Screamin' Green #70FA84

Color information

#70FA84 (or 0x70FA84) is unknown color: approx Screamin' Green. HEX triplet: 70, FA and 84. RGB value is (112,250,132). Sum of RGB (Red+Green+Blue) = 112+250+132=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #70FA84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FA84 is #8F057B. Grayscale: #C3C3C3. Windows color (decimal): -9373052 or 8714864. OLE color: 8714864.

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

Color convert

RGB112250132-
CMYK0.5500.470.02
HSL128.7º93.24%70.98%-
HSV(B)128.7º55.2%98.04%-
XYZ45.0373.4833.64-
YUV195.2992.2868.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.67%
GREEN value IS 250 (98.05% from 255) = 50.61%
BLUE value IS 132 (51.95% from 255) = 26.72%
R=22.67%
G=50.61%
B=26.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122501320.5500.470.02128.793.2470.98
Hex70FA843702F2815d47
Octal160372204670572201135107
Binary111000011111010100001001101110101111101000000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,250,132); }

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

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

 a { background-color: rgb(112,250,132); }

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

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

 span { border-color: rgb(112,250,132); }

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