#70FD6D

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

Shades of Screamin' Green #70FD6D

Tints of Screamin' Green #70FD6D

Color information

#70FD6D (or 0x70FD6D) is unknown color: approx Screamin' Green. HEX triplet: 70, FD and 6D. RGB value is (112,253,109). Sum of RGB (Red+Green+Blue) = 112+253+109=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 253 (99.22% from 255 or 53.38% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 253 - color contains mainly: green. Hex color #70FD6D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FD6D is #8F0292. Grayscale: #C2C2C2. Windows color (decimal): -9372307 or 7208304. OLE color: 7208304.

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

Color convert

RGB112253109-
CMYK0.5600.570.01
HSL118.75º97.3%70.98%-
HSV(B)118.75º56.92%99.22%-
XYZ44.5774.826.56-
YUV194.4279.7969.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.63%
GREEN value IS 253 (99.22% from 255) = 53.38%
BLUE value IS 109 (42.97% from 255) = 23.00%
R=23.63%
G=53.38%
B=23.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122531090.5600.570.01118.7597.370.98
Hex70FD6D380391776147
Octal160375155700711167141107
Binary111000011111101110110111100001110011111011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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