#70F677

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

Shades of Screamin' Green #70F677

Tints of Screamin' Green #70F677

Color information

#70F677 (or 0x70F677) is unknown color: approx Screamin' Green. HEX triplet: 70, F6 and 77. RGB value is (112,246,119). Sum of RGB (Red+Green+Blue) = 112+246+119=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 246 (96.48% from 255 or 51.57% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 246 - color contains mainly: green. Hex color #70F677 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F677 is #8F0988. Grayscale: #BFBFBF. Windows color (decimal): -9374089 or 7861872. OLE color: 7861872.

HSL color Cylindrical-coordinate representation of color #70F677: hue angle of 123.13º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F677 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB112246119-
CMYK0.5400.520.04
HSL123.13º88.16%70.2%-
HSV(B)123.13º54.47%96.47%-
XYZ42.9770.6928.83-
YUV191.4687.1171.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.48%
GREEN value IS 246 (96.48% from 255) = 51.57%
BLUE value IS 119 (46.88% from 255) = 24.95%
R=23.48%
G=51.57%
B=24.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1122461190.5400.520.04123.1388.1670.2
Hex70F6773603447b5846
Octal160366167660644173130106
Binary11100001111011011101111101100110100100111101110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,246,119); }

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

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

 a { background-color: rgb(112,246,119); }

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

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

 span { border-color: rgb(112,246,119); }

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