#70F792

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

Shades of Light Green #70F792

Tints of Light Green #70F792

Color information

#70F792 (or 0x70F792) is unknown color: approx Light Green. HEX triplet: 70, F7 and 92. RGB value is (112,247,146). Sum of RGB (Red+Green+Blue) = 112+247+146=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #70F792 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F792 is #8F086D. Grayscale: #C3C3C3. Windows color (decimal): -9373806 or 9631600. OLE color: 9631600.

HSL color Cylindrical-coordinate representation of color #70F792: hue angle of 135.11º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F792 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB112247146-
CMYK0.5500.410.03
HSL135.11º89.4%70.39%-
HSV(B)135.11º54.66%96.86%-
XYZ45.1372.0438.72-
YUV195.12100.2768.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.18%
GREEN value IS 247 (96.88% from 255) = 48.91%
BLUE value IS 146 (57.42% from 255) = 28.91%
R=22.18%
G=48.91%
B=28.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1122471460.5500.410.03135.1189.470.39
Hex70F792370293875946
Octal160367222670513207131106
Binary111000011110111100100101101110101001111000011110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,247,146); }

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

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

 a { background-color: rgb(112,247,146); }

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

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

 span { border-color: rgb(112,247,146); }

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