#70FF94

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

Shades of Light Green #70FF94

Tints of Light Green #70FF94

Color information

#70FF94 (or 0x70FF94) is unknown color: approx Light Green. HEX triplet: 70, FF and 94. RGB value is (112,255,148). Sum of RGB (Red+Green+Blue) = 112+255+148=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FF94 is #8F006B. Grayscale: #C8C8C8. Windows color (decimal): -9371756 or 9764720. OLE color: 9764720.

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

Color convert

RGB112255148-
CMYK0.5600.420
HSL135.1º100%71.96%-
HSV(B)135.1º56.08%100%-
XYZ47.7977.140.38-
YUV200.0498.6265.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.75%
GREEN value IS 255 (100% from 255) = 49.51%
BLUE value IS 148 (58.20% from 255) = 28.74%
R=21.75%
G=49.51%
B=28.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122551480.5600.420135.110071.96
Hex70FF943802A0876448
Octal160377224700520207144110
Binary11100001111111110010100111000010101001000011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,255,148); }

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

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

 a { background-color: rgb(112,255,148); }

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

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

 span { border-color: rgb(112,255,148); }

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