#70F693

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

Shades of Light Green #70F693

Tints of Light Green #70F693

Color information

#70F693 (or 0x70F693) is unknown color: approx Light Green. HEX triplet: 70, F6 and 93. RGB value is (112,246,147). Sum of RGB (Red+Green+Blue) = 112+246+147=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #70F693 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F693 is #8F096C. Grayscale: #C2C2C2. Windows color (decimal): -9374061 or 9696880. OLE color: 9696880.

HSL color Cylindrical-coordinate representation of color #70F693: hue angle of 135.67º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F693 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB112246147-
CMYK0.5400.400.04
HSL135.67º88.16%70.2%-
HSV(B)135.67º54.47%96.47%-
XYZ44.971.4639.03-
YUV194.65101.1169.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.18%
GREEN value IS 246 (96.48% from 255) = 48.71%
BLUE value IS 147 (57.81% from 255) = 29.11%
R=22.18%
G=48.71%
B=29.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1122461470.5400.400.04135.6788.1670.2
Hex70F693360284885846
Octal160366223660504210130106
Binary1110000111101101001001111011001010001001000100010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,246,147); }

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

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

 a { background-color: rgb(112,246,147); }

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

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

 span { border-color: rgb(112,246,147); }

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