#70F398

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

Shades of Light Green #70F398

Tints of Light Green #70F398

Color information

#70F398 (or 0x70F398) is unknown color: approx Light Green. HEX triplet: 70, F3 and 98. RGB value is (112,243,152). Sum of RGB (Red+Green+Blue) = 112+243+152=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #70F398 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F398 is #8F0C67. Grayscale: #C1C1C1. Windows color (decimal): -9374824 or 10023792. OLE color: 10023792.

HSL color Cylindrical-coordinate representation of color #70F398: hue angle of 138.32º 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 #70F398 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB112243152-
CMYK0.5400.370.05
HSL138.32º84.52%69.61%-
HSV(B)138.32º53.91%95.29%-
XYZ44.469.8140.84-
YUV193.46104.669.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.09%
GREEN value IS 243 (95.31% from 255) = 47.93%
BLUE value IS 152 (59.77% from 255) = 29.98%
R=22.09%
G=47.93%
B=29.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1122431520.5400.370.05138.3284.5269.61
Hex70F3983602558a5546
Octal160363230660455212125106
Binary1110000111100111001100011011001001011011000101010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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