#70EF61

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

Shades of Screamin' Green #70EF61

Tints of Screamin' Green #70EF61

Color information

#70EF61 (or 0x70EF61) is unknown color: approx Screamin' Green. HEX triplet: 70, EF and 61. RGB value is (112,239,97). Sum of RGB (Red+Green+Blue) = 112+239+97=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 239 (93.75% from 255 or 53.35% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF61 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EF61 is #8F109E. Grayscale: #B9B9B9. Windows color (decimal): -9375903 or 6418288. OLE color: 6418288.

HSL color Cylindrical-coordinate representation of color #70EF61: hue angle of 113.66º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70EF61 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB11223997-
CMYK0.5300.590.06
HSL113.66º81.61%65.88%-
HSV(B)113.66º59.41%93.73%-
XYZ39.7166.0421.96-
YUV184.8478.4276.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25%
GREEN value IS 239 (93.75% from 255) = 53.35%
BLUE value IS 97 (38.28% from 255) = 21.65%
R=25%
G=53.35%
B=21.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal112239970.5300.590.06113.6681.6165.88
Hex70EF613503B6725242
Octal160357141650736162122102
Binary11100001110111111000011101010111011110111001010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,239,97); }

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

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

 a { background-color: rgb(112,239,97); }

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

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

 span { border-color: rgb(112,239,97); }

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