Html Css Color HEX #70F495 Light Green

📋 copy color: '#70F495'

red 112 ◦ green 244 ◦ blue 149

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

Shades of Light Green #70F495

Tints of Light Green #70F495

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.32%

 BLUE value IS 149 (58.59% from 255) = 29.5%

R = 22.18%
G = 48.32%
B = 29.5%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#70F495 (or 0x70F495) is known color: Light Green. HEX triplet: 70, F4 and 95. RGB value is (112,244,149). Sum of RGB (Red+Green+Blue) = 112+244+149=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #70F495 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F495 is #8F0B6A. Grayscale: #C1C1C1. Windows color (decimal): -9374571 or 9827440. OLE color: 9827440.

HSL color Cylindrical-coordinate representation of color #70F495: hue angle of 136.82º degrees, saturation: 0.86, 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 #70F495 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 244 149 -
CMYK 0.54 0 0.39 0.04
HSL 136.82º 0.86% 0.7% -
HSV(B) 136.82º 0.54% 0.96% -
XYZ 44.46 70.32 39.66 -
YUV 193.7 102.77 69.72 -
System Red Green Blue C M Y K H S L
Decimal 112 244 149 0.54 0 0.39 0.04 136.82 0.86 0.7
Hex 70 F4 95 36 0 27 4 89 56 46
Octal 160 364 225 66 0 47 4 211 126 106
Binary 1110000 11110100 10010101 110110 0 100111 100 10001001 1010110 1000110

Color Harmonies of #70F495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F495

Black with #70F495

Text Example


Text Example

White with #70F495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,244,149); }

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

background-color css

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

 a { background-color: rgb(112,244,149); }

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

border-color css

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

 span { border-color: rgb(112,244,149); }

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