#70FA85

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

Shades of Screamin' Green #70FA85

Tints of Screamin' Green #70FA85

Color information

#70FA85 (or 0x70FA85) is unknown color: approx Screamin' Green. HEX triplet: 70, FA and 85. RGB value is (112,250,133). Sum of RGB (Red+Green+Blue) = 112+250+133=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #70FA85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FA85 is #8F057A. Grayscale: #C3C3C3. Windows color (decimal): -9373051 or 8780400. OLE color: 8780400.

HSL color Cylindrical-coordinate representation of color #70FA85: hue angle of 129.13º 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 #70FA85 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB112250133-
CMYK0.5500.470.02
HSL129.13º93.24%70.98%-
HSV(B)129.13º55.2%98.04%-
XYZ45.173.5134-
YUV195.492.7868.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.63%
GREEN value IS 250 (98.05% from 255) = 50.51%
BLUE value IS 133 (52.34% from 255) = 26.87%
R=22.63%
G=50.51%
B=26.87%

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
Decimal1122501330.5500.470.02129.1393.2470.98
Hex70FA853702F2815d47
Octal160372205670572201135107
Binary111000011111010100001011101110101111101000000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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