Html Css Color HEX #70F190 Light Green

📋 copy color: '#70F190'

red 112 ◦ green 241 ◦ blue 144

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

Shades of Light Green #70F190

Tints of Light Green #70F190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.97%

R = 22.54%
G = 48.49%
B = 28.97%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#70F190 (or 0x70F190) is known color: Light Green. HEX triplet: 70, F1 and 90. RGB value is (112,241,144). Sum of RGB (Red+Green+Blue) = 112+241+144=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #70F190 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F190 is #8F0E6F. Grayscale: #BFBFBF. Windows color (decimal): -9375344 or 9498992. OLE color: 9498992.

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

Color convert

RGB 112 241 144 -
CMYK 0.54 0 0.40 0.05
HSL 134.88º 0.82% 0.69% -
HSV(B) 134.88º 0.54% 0.95% -
XYZ 43.17 68.37 37.31 -
YUV 191.37 101.26 71.39 -
System Red Green Blue C M Y K H S L
Decimal 112 241 144 0.54 0 0.40 0.05 134.88 0.82 0.69
Hex 70 F1 90 36 0 28 5 87 52 45
Octal 160 361 220 66 0 50 5 207 122 105
Binary 1110000 11110001 10010000 110110 0 101000 101 10000111 1010010 1000101

Color Harmonies of #70F190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F190

Black with #70F190

Text Example


Text Example

White with #70F190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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