#70EF69

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

Shades of Screamin' Green #70EF69

Tints of Screamin' Green #70EF69

Color information

#70EF69 (or 0x70EF69) is unknown color: approx Screamin' Green. HEX triplet: 70, EF and 69. RGB value is (112,239,105). Sum of RGB (Red+Green+Blue) = 112+239+105=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF69 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EF69 is #8F1096. Grayscale: #BABABA. Windows color (decimal): -9375895 or 6942576. OLE color: 6942576.

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

Color convert

RGB112239105-
CMYK0.5300.560.06
HSL116.87º80.72%67.45%-
HSV(B)116.87º56.07%93.73%-
XYZ40.166.224.03-
YUV185.7582.4275.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.56%
GREEN value IS 239 (93.75% from 255) = 52.41%
BLUE value IS 105 (41.41% from 255) = 23.03%
R=24.56%
G=52.41%
B=23.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1122391050.5300.560.06116.8780.7267.45
Hex70EF69350386755143
Octal160357151650706165121103
Binary11100001110111111010011101010111000110111010110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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