#70FB6D

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

Shades of Screamin' Green #70FB6D

Tints of Screamin' Green #70FB6D

Color information

#70FB6D (or 0x70FB6D) is unknown color: approx Screamin' Green. HEX triplet: 70, FB and 6D. RGB value is (112,251,109). Sum of RGB (Red+Green+Blue) = 112+251+109=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 251 (98.44% from 255 or 53.18% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 251 - color contains mainly: green. Hex color #70FB6D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FB6D is #8F0492. Grayscale: #C1C1C1. Windows color (decimal): -9372819 or 7207792. OLE color: 7207792.

HSL color Cylindrical-coordinate representation of color #70FB6D: hue angle of 118.73º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70FB6D is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB112251109-
CMYK0.5500.570.02
HSL118.73º94.67%70.59%-
HSV(B)118.73º56.57%98.43%-
XYZ43.9473.5426.35-
YUV193.2580.4570.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.73%
GREEN value IS 251 (98.44% from 255) = 53.18%
BLUE value IS 109 (42.97% from 255) = 23.09%
R=23.73%
G=53.18%
B=23.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122511090.5500.570.02118.7394.6770.59
Hex70FB6D370392775f47
Octal160373155670712167137107
Binary1110000111110111101101110111011100110111011110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,251,109); }

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

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

 a { background-color: rgb(112,251,109); }

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

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

 span { border-color: rgb(112,251,109); }

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