#70FC78

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

Shades of Screamin' Green #70FC78

Tints of Screamin' Green #70FC78

Color information

#70FC78 (or 0x70FC78) is unknown color: approx Screamin' Green. HEX triplet: 70, FC and 78. RGB value is (112,252,120). Sum of RGB (Red+Green+Blue) = 112+252+120=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #70FC78 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FC78 is #8F0387. Grayscale: #C3C3C3. Windows color (decimal): -9372552 or 7928944. OLE color: 7928944.

HSL color Cylindrical-coordinate representation of color #70FC78: hue angle of 123.43º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FC78 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB112252120-
CMYK0.5600.520.01
HSL123.43º95.89%71.37%-
HSV(B)123.43º55.56%98.82%-
XYZ44.8874.4229.77-
YUV195.0985.6268.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.14%
GREEN value IS 252 (98.83% from 255) = 52.07%
BLUE value IS 120 (47.27% from 255) = 24.79%
R=23.14%
G=52.07%
B=24.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122521200.5600.520.01123.4395.8971.37
Hex70FC783803417b6047
Octal160374170700641173140107
Binary111000011111100111100011100001101001111101111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,252,120); }

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

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

 a { background-color: rgb(112,252,120); }

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

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

 span { border-color: rgb(112,252,120); }

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