#70F375

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

Shades of Screamin' Green #70F375

Tints of Screamin' Green #70F375

Color information

#70F375 (or 0x70F375) is unknown color: approx Screamin' Green. HEX triplet: 70, F3 and 75. RGB value is (112,243,117). Sum of RGB (Red+Green+Blue) = 112+243+117=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 243 (95.31% from 255 or 51.48% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 243 - color contains mainly: green. Hex color #70F375 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F375 is #8F0C8A. Grayscale: #BDBDBD. Windows color (decimal): -9374859 or 7730032. OLE color: 7730032.

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

Color convert

RGB112243117-
CMYK0.5400.520.05
HSL122.29º84.52%69.61%-
HSV(B)122.29º53.91%95.29%-
XYZ41.9468.8327.9-
YUV189.4787.172.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.73%
GREEN value IS 243 (95.31% from 255) = 51.48%
BLUE value IS 117 (46.09% from 255) = 24.79%
R=23.73%
G=51.48%
B=24.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1122431170.5400.520.05122.2984.5269.61
Hex70F3753603457a5546
Octal160363165660645172125106
Binary11100001111001111101011101100110100101111101010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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