#70F76B

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

Shades of Screamin' Green #70F76B

Tints of Screamin' Green #70F76B

Color information

#70F76B (or 0x70F76B) is unknown color: approx Screamin' Green. HEX triplet: 70, F7 and 6B. RGB value is (112,247,107). Sum of RGB (Red+Green+Blue) = 112+247+107=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 247 (96.88% from 255 or 53.00% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 247 - color contains mainly: green. Hex color #70F76B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F76B is #8F0894. Grayscale: #BFBFBF. Windows color (decimal): -9373845 or 7075696. OLE color: 7075696.

HSL color Cylindrical-coordinate representation of color #70F76B: hue angle of 117.86º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70F76B is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB112247107-
CMYK0.5500.570.03
HSL117.86º89.74%69.41%-
HSV(B)117.86º56.68%96.86%-
XYZ42.671.0325.37-
YUV190.6880.7771.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.03%
GREEN value IS 247 (96.88% from 255) = 53.00%
BLUE value IS 107 (42.19% from 255) = 22.96%
R=24.03%
G=53.00%
B=22.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1122471070.5500.570.03117.8689.7469.41
Hex70F76B370393765a45
Octal160367153670713166132105
Binary1110000111101111101011110111011100111111011010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,247,107); }

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

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

 a { background-color: rgb(112,247,107); }

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

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

 span { border-color: rgb(112,247,107); }

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