#70F793

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

Shades of Light Green #70F793

Tints of Light Green #70F793

Color information

#70F793 (or 0x70F793) is unknown color: approx Light Green. HEX triplet: 70, F7 and 93. RGB value is (112,247,147). Sum of RGB (Red+Green+Blue) = 112+247+147=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 247 (96.88% from 255 or 48.81% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 247 - color contains mainly: green. Hex color #70F793 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F793 is #8F086C. Grayscale: #C3C3C3. Windows color (decimal): -9373805 or 9697136. OLE color: 9697136.

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

Color convert

RGB112247147-
CMYK0.5500.400.03
HSL135.56º89.4%70.39%-
HSV(B)135.56º54.66%96.86%-
XYZ45.2172.0739.13-
YUV195.24100.7768.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.13%
GREEN value IS 247 (96.88% from 255) = 48.81%
BLUE value IS 147 (57.81% from 255) = 29.05%
R=22.13%
G=48.81%
B=29.05%

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
Decimal1122471470.5500.400.03135.5689.470.39
Hex70F793370283885946
Octal160367223670503210131106
Binary111000011110111100100111101110101000111000100010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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