Html Css Color HEX #70F591 Light Green

📋 copy color: '#70F591'

red 112 ◦ green 245 ◦ blue 145

#70F591
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Green #70F591

Tints of Light Green #70F591

RGB

 RED value IS 112 (44.14% from 255) = 22.31%

 GREEN value IS 245 (96.09% from 255) = 48.8%

 BLUE value IS 145 (57.03% from 255) = 28.88%

R = 22.31%
G = 48.8%
B = 28.88%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#70F591 (or 0x70F591) is known color: Light Green. HEX triplet: 70, F5 and 91. RGB value is (112,245,145). Sum of RGB (Red+Green+Blue) = 112+245+145=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 245 - color contains mainly: green. Hex color #70F591 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F591 is #8F0A6E. Grayscale: #C2C2C2. Windows color (decimal): -9374319 or 9565552. OLE color: 9565552.

HSL color Cylindrical-coordinate representation of color #70F591: hue angle of 134.89º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F591 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 245 145 -
CMYK 0.54 0 0.41 0.04
HSL 134.89º 0.87% 0.7% -
HSV(B) 134.89º 0.54% 0.96% -
XYZ 44.45 70.79 38.11 -
YUV 193.83 100.44 69.63 -
System Red Green Blue C M Y K H S L
Decimal 112 245 145 0.54 0 0.41 0.04 134.89 0.87 0.7
Hex 70 F5 91 36 0 29 4 87 57 46
Octal 160 365 221 66 0 51 4 207 127 106
Binary 1110000 11110101 10010001 110110 0 101001 100 10000111 1010111 1000110

Color Harmonies of #70F591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F591

Black with #70F591

Text Example


Text Example

White with #70F591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,245,145); }

 H1.HeaderClassName
 {
   color: #70F591;
 }
 .AnyTagClassName
 {
   color: #70F591;
 }
</style>

background-color css

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

 a { background-color: rgb(112,245,145); }

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

border-color css

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

 span { border-color: rgb(112,245,145); }

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