#70F353

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

Shades of Screamin' Green #70F353

Tints of Screamin' Green #70F353

Color information

#70F353 (or 0x70F353) is unknown color: approx Screamin' Green. HEX triplet: 70, F3 and 53. RGB value is (112,243,83). Sum of RGB (Red+Green+Blue) = 112+243+83=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 243 (95.31% from 255 or 55.48% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 243 - color contains mainly: green. Hex color #70F353 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F353 is #8F0CAC. Grayscale: #BABABA. Windows color (decimal): -9374893 or 5501808. OLE color: 5501808.

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

Color convert

RGB11224383-
CMYK0.5400.660.05
HSL109.12º86.96%63.92%-
HSV(B)109.12º65.84%95.29%-
XYZ40.2968.1719.22-
YUV185.5970.175.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.57%
GREEN value IS 243 (95.31% from 255) = 55.48%
BLUE value IS 83 (32.81% from 255) = 18.95%
R=25.57%
G=55.48%
B=18.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal112243830.5400.660.05109.1286.9663.92
Hex70F3533604256d5740
Octal1603631236601025155127100
Binary111000011110011101001111011001000010101110110110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,243,83); }

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

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

 a { background-color: rgb(112,243,83); }

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

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

 span { border-color: rgb(112,243,83); }

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