#70F94C

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

Shades of Screamin' Green #70F94C

Tints of Screamin' Green #70F94C

Color information

#70F94C (or 0x70F94C) is unknown color: approx Screamin' Green. HEX triplet: 70, F9 and 4C. RGB value is (112,249,76). Sum of RGB (Red+Green+Blue) = 112+249+76=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 249 (97.66% from 255 or 56.98% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 249 - color contains mainly: green. Hex color #70F94C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F94C is #8F06B3. Grayscale: #BCBCBC. Windows color (decimal): -9373364 or 5044592. OLE color: 5044592.

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

Color convert

RGB11224976-
CMYK0.5500.690.02
HSL107.51º93.51%63.73%-
HSV(B)107.51º69.48%97.65%-
XYZ41.8671.7218.47-
YUV188.3164.6173.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.63%
GREEN value IS 249 (97.66% from 255) = 56.98%
BLUE value IS 76 (30.08% from 255) = 17.39%
R=25.63%
G=56.98%
B=17.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal112249760.5500.690.02107.5193.5163.73
Hex70F94C3704526c5e40
Octal1603711146701052154136100
Binary11100001111100110011001101110100010110110110010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,249,76); }

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

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

 a { background-color: rgb(112,249,76); }

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

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

 span { border-color: rgb(112,249,76); }

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