#70EF3D

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

Shades of Screamin' Green #70EF3D

Tints of Screamin' Green #70EF3D

Color information

#70EF3D (or 0x70EF3D) is unknown color: approx Screamin' Green. HEX triplet: 70, EF and 3D. RGB value is (112,239,61). Sum of RGB (Red+Green+Blue) = 112+239+61=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 239 (93.75% from 255 or 58.01% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF3D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EF3D is #8F10C2. Grayscale: #B5B5B5. Windows color (decimal): -9375939 or 4058992. OLE color: 4058992.

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

Color convert

RGB11223961-
CMYK0.5300.740.06
HSL102.81º84.76%58.82%-
HSV(B)102.81º74.48%93.73%-
XYZ38.3965.5115.04-
YUV180.7460.4278.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.18%
GREEN value IS 239 (93.75% from 255) = 58.01%
BLUE value IS 61 (24.22% from 255) = 14.81%
R=27.18%
G=58.01%
B=14.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal112239610.5300.740.06102.8184.7658.82
Hex70EF3D3504A667553b
Octal16035775650112614712573
Binary1110000111011111111011101010100101011011001111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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