#70F997

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

Shades of Light Green #70F997

Tints of Light Green #70F997

Color information

#70F997 (or 0x70F997) is unknown color: approx Light Green. HEX triplet: 70, F9 and 97. RGB value is (112,249,151). Sum of RGB (Red+Green+Blue) = 112+249+151=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #70F997 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F997 is #8F0668. Grayscale: #C5C5C5. Windows color (decimal): -9373289 or 9959792. OLE color: 9959792.

HSL color Cylindrical-coordinate representation of color #70F997: hue angle of 137.08º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F997 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB112249151-
CMYK0.5500.390.02
HSL137.08º91.95%70.78%-
HSV(B)137.08º55.02%97.65%-
XYZ46.1473.4341.02-
YUV196.86102.1167.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.88%
GREEN value IS 249 (97.66% from 255) = 48.63%
BLUE value IS 151 (59.38% from 255) = 29.49%
R=21.88%
G=48.63%
B=29.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122491510.5500.390.02137.0891.9570.78
Hex70F997370272895c47
Octal160371227670472211134107
Binary111000011111001100101111101110100111101000100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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