#70F795

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

Shades of Light Green #70F795

Tints of Light Green #70F795

Color information

#70F795 (or 0x70F795) is unknown color: approx Light Green. HEX triplet: 70, F7 and 95. RGB value is (112,247,149). Sum of RGB (Red+Green+Blue) = 112+247+149=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 247 - color contains mainly: green. Hex color #70F795 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F795 is #8F086A. Grayscale: #C3C3C3. Windows color (decimal): -9373803 or 9828208. OLE color: 9828208.

HSL color Cylindrical-coordinate representation of color #70F795: hue angle of 136.44º 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 #70F795 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB112247149-
CMYK0.5500.400.03
HSL136.44º89.4%70.39%-
HSV(B)136.44º54.66%96.86%-
XYZ45.3772.1439.97-
YUV195.46101.7768.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.05%
GREEN value IS 247 (96.88% from 255) = 48.62%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=22.05%
G=48.62%
B=29.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1122471490.5500.400.03136.4489.470.39
Hex70F795370283885946
Octal160367225670503210131106
Binary111000011110111100101011101110101000111000100010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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