#70FD76

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

Shades of Screamin' Green #70FD76

Tints of Screamin' Green #70FD76

Color information

#70FD76 (or 0x70FD76) is unknown color: approx Screamin' Green. HEX triplet: 70, FD and 76. RGB value is (112,253,118). Sum of RGB (Red+Green+Blue) = 112+253+118=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 253 (99.22% from 255 or 52.38% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 253 - color contains mainly: green. Hex color #70FD76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FD76 is #8F0289. Grayscale: #C3C3C3. Windows color (decimal): -9372298 or 7798128. OLE color: 7798128.

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

Color convert

RGB112253118-
CMYK0.5600.530.01
HSL122.55º97.24%71.57%-
HSV(B)122.55º55.73%99.22%-
XYZ45.087529.24-
YUV195.4584.2968.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.19%
GREEN value IS 253 (99.22% from 255) = 52.38%
BLUE value IS 118 (46.48% from 255) = 24.43%
R=23.19%
G=52.38%
B=24.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122531180.5600.530.01122.5597.2471.57
Hex70FD763803517b6148
Octal160375166700651173141110
Binary111000011111101111011011100001101011111101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,253,118); }

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

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

 a { background-color: rgb(112,253,118); }

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

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

 span { border-color: rgb(112,253,118); }

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