#70F78F

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

Shades of Light Green #70F78F

Tints of Light Green #70F78F

Color information

#70F78F (or 0x70F78F) is unknown color: approx Light Green. HEX triplet: 70, F7 and 8F. RGB value is (112,247,143). Sum of RGB (Red+Green+Blue) = 112+247+143=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #70F78F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F78F is #8F0870. Grayscale: #C3C3C3. Windows color (decimal): -9373809 or 9434992. OLE color: 9434992.

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

Color convert

RGB112247143-
CMYK0.5500.420.03
HSL133.78º89.4%70.39%-
HSV(B)133.78º54.66%96.86%-
XYZ44.971.9537.51-
YUV194.7898.7768.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.31%
GREEN value IS 247 (96.88% from 255) = 49.20%
BLUE value IS 143 (56.25% from 255) = 28.49%
R=22.31%
G=49.20%
B=28.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1122471430.5500.420.03133.7889.470.39
Hex70F78F3702A3865946
Octal160367217670523206131106
Binary111000011110111100011111101110101010111000011010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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