#70F25C

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

Shades of Screamin' Green #70F25C

Tints of Screamin' Green #70F25C

Color information

#70F25C (or 0x70F25C) is unknown color: approx Screamin' Green. HEX triplet: 70, F2 and 5C. RGB value is (112,242,92). Sum of RGB (Red+Green+Blue) = 112+242+92=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 242 (94.92% from 255 or 54.26% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 242 - color contains mainly: green. Hex color #70F25C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F25C is #8F0DA3. Grayscale: #BABABA. Windows color (decimal): -9375140 or 6091376. OLE color: 6091376.

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

Color convert

RGB11224292-
CMYK0.5400.620.05
HSL112º85.23%65.49%-
HSV(B)112º61.98%94.9%-
XYZ40.3767.7221.07-
YUV186.0374.9375.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.11%
GREEN value IS 242 (94.92% from 255) = 54.26%
BLUE value IS 92 (36.33% from 255) = 20.63%
R=25.11%
G=54.26%
B=20.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal112242920.5400.620.0511285.2365.49
Hex70F25C3603E5705541
Octal160362134660765160125101
Binary11100001111001010111001101100111110101111000010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,242,92); }

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

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

 a { background-color: rgb(112,242,92); }

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

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

 span { border-color: rgb(112,242,92); }

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