Html Css Color HEX #70F197 Light Green

📋 copy color: '#70F197'

red 112 ◦ green 241 ◦ blue 151

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

Shades of Light Green #70F197

Tints of Light Green #70F197

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.82%

 BLUE value IS 151 (59.38% from 255) = 29.96%

R = 22.22%
G = 47.82%
B = 29.96%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#70F197 (or 0x70F197) is known color: Light Green. HEX triplet: 70, F1 and 97. RGB value is (112,241,151). Sum of RGB (Red+Green+Blue) = 112+241+151=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #70F197 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F197 is #8F0E68. Grayscale: #C0C0C0. Windows color (decimal): -9375337 or 9957744. OLE color: 9957744.

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

Color convert

RGB 112 241 151 -
CMYK 0.54 0 0.37 0.05
HSL 138.14º 0.82% 0.69% -
HSV(B) 138.14º 0.54% 0.95% -
XYZ 43.72 68.59 40.21 -
YUV 192.17 104.76 70.82 -
System Red Green Blue C M Y K H S L
Decimal 112 241 151 0.54 0 0.37 0.05 138.14 0.82 0.69
Hex 70 F1 97 36 0 25 5 8A 52 45
Octal 160 361 227 66 0 45 5 212 122 105
Binary 1110000 11110001 10010111 110110 0 100101 101 10001010 1010010 1000101

Color Harmonies of #70F197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F197

Black with #70F197

Text Example


Text Example

White with #70F197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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