#70FF85

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

Shades of Screamin' Green #70FF85

Tints of Screamin' Green #70FF85

Color information

#70FF85 (or 0x70FF85) is unknown color: approx Screamin' Green. HEX triplet: 70, FF and 85. RGB value is (112,255,133). Sum of RGB (Red+Green+Blue) = 112+255+133=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FF85 is #8F007A. Grayscale: #C6C6C6. Windows color (decimal): -9371771 or 8781680. OLE color: 8781680.

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

Color convert

RGB112255133-
CMYK0.5600.480
HSL128.81º100%71.96%-
HSV(B)128.81º56.08%100%-
XYZ46.6876.6634.53-
YUV198.3491.1266.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.4%
GREEN value IS 255 (100% from 255) = 51%
BLUE value IS 133 (52.34% from 255) = 26.6%
R=22.4%
G=51%
B=26.6%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122551330.5600.480128.8110071.96
Hex70FF85380300816448
Octal160377205700600201144110
Binary11100001111111110000101111000011000001000000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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