#70F742

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

Shades of Screamin' Green #70F742

Tints of Screamin' Green #70F742

Color information

#70F742 (or 0x70F742) is unknown color: approx Screamin' Green. HEX triplet: 70, F7 and 42. RGB value is (112,247,66). Sum of RGB (Red+Green+Blue) = 112+247+66=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 247 (96.88% from 255 or 58.12% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 247 - color contains mainly: green. Hex color #70F742 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F742 is #8F08BD. Grayscale: #BABABA. Windows color (decimal): -9373886 or 4388720. OLE color: 4388720.

HSL color Cylindrical-coordinate representation of color #70F742: hue angle of 104.75º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70F742 is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB11224766-
CMYK0.5500.730.03
HSL104.75º91.88%61.37%-
HSV(B)104.75º73.28%96.86%-
XYZ40.9370.3616.58-
YUV18660.2775.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 247 (96.88% from 255) = 58.12%
BLUE value IS 66 (26.17% from 255) = 15.53%
R=26.35%
G=58.12%
B=15.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal112247660.5500.730.03104.7591.8861.37
Hex70F742370493695c3d
Octal160367102670111315113475
Binary1110000111101111000010110111010010011111010011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,247,66); }

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

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

 a { background-color: rgb(112,247,66); }

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

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

 span { border-color: rgb(112,247,66); }

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