#70FF60

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

Shades of Screamin' Green #70FF60

Tints of Screamin' Green #70FF60

Color information

#70FF60 (or 0x70FF60) is unknown color: approx Screamin' Green. HEX triplet: 70, FF and 60. RGB value is (112,255,96). Sum of RGB (Red+Green+Blue) = 112+255+96=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF60 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FF60 is #8F009F. Grayscale: #C2C2C2. Windows color (decimal): -9371808 or 6356848. OLE color: 6356848.

HSL color Cylindrical-coordinate representation of color #70FF60: hue angle of 113.96º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70FF60 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB11225596-
CMYK0.5600.620
HSL113.96º100%68.82%-
HSV(B)113.96º62.35%100%-
XYZ44.5575.8123.35-
YUV194.1272.6269.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.19%
GREEN value IS 255 (100% from 255) = 55.08%
BLUE value IS 96 (37.89% from 255) = 20.73%
R=24.19%
G=55.08%
B=20.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal112255960.5600.620113.9610068.82
Hex70FF603803E0726445
Octal160377140700760162144105
Binary111000011111111110000011100001111100111001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,255,96); }

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

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

 a { background-color: rgb(112,255,96); }

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

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

 span { border-color: rgb(112,255,96); }

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