#70F397

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

Shades of Light Green #70F397

Tints of Light Green #70F397

Color information

#70F397 (or 0x70F397) is unknown color: approx Light Green. HEX triplet: 70, F3 and 97. RGB value is (112,243,151). Sum of RGB (Red+Green+Blue) = 112+243+151=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #70F397 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F397 is #8F0C68. Grayscale: #C1C1C1. Windows color (decimal): -9374825 or 9958256. OLE color: 9958256.

HSL color Cylindrical-coordinate representation of color #70F397: hue angle of 137.86º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F397 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB112243151-
CMYK0.5400.380.05
HSL137.86º84.52%69.61%-
HSV(B)137.86º53.91%95.29%-
XYZ44.3269.7840.41-
YUV193.34104.169.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.13%
GREEN value IS 243 (95.31% from 255) = 48.02%
BLUE value IS 151 (59.38% from 255) = 29.84%
R=22.13%
G=48.02%
B=29.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1122431510.5400.380.05137.8684.5269.61
Hex70F3973602658a5546
Octal160363227660465212125106
Binary1110000111100111001011111011001001101011000101010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,243,151); }

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

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

 a { background-color: rgb(112,243,151); }

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

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

 span { border-color: rgb(112,243,151); }

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