#70F25B

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

Shades of Screamin' Green #70F25B

Tints of Screamin' Green #70F25B

Color information

#70F25B (or 0x70F25B) is unknown color: approx Screamin' Green. HEX triplet: 70, F2 and 5B. RGB value is (112,242,91). Sum of RGB (Red+Green+Blue) = 112+242+91=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 242 (94.92% from 255 or 54.38% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 242 - color contains mainly: green. Hex color #70F25B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F25B is #8F0DA4. Grayscale: #BABABA. Windows color (decimal): -9375141 or 6025840. OLE color: 6025840.

HSL color Cylindrical-coordinate representation of color #70F25B: hue angle of 111.66º 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 #70F25B is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB11224291-
CMYK0.5400.620.05
HSL111.66º85.31%65.29%-
HSV(B)111.66º62.4%94.9%-
XYZ40.3267.720.84-
YUV185.9274.4375.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.17%
GREEN value IS 242 (94.92% from 255) = 54.38%
BLUE value IS 91 (35.94% from 255) = 20.45%
R=25.17%
G=54.38%
B=20.45%

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
Decimal112242910.5400.620.05111.6685.3165.29
Hex70F25B3603E5705541
Octal160362133660765160125101
Binary11100001111001010110111101100111110101111000010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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