Html Css Color HEX #70F189 Pastel Green

📋 copy color: '#70F189'

red 112 ◦ green 241 ◦ blue 137

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

Shades of Pastel Green #70F189

Tints of Pastel Green #70F189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.96%

R = 22.86%
G = 49.18%
B = 27.96%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#70F189 (or 0x70F189) is known color: Pastel Green. HEX triplet: 70, F1 and 89. RGB value is (112,241,137). Sum of RGB (Red+Green+Blue) = 112+241+137=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #70F189 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F189 is #8F0E76. Grayscale: #BEBEBE. Windows color (decimal): -9375351 or 9040240. OLE color: 9040240.

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

Color convert

RGB 112 241 137 -
CMYK 0.54 0 0.43 0.05
HSL 131.63º 0.82% 0.69% -
HSV(B) 131.63º 0.54% 0.95% -
XYZ 42.65 68.16 34.58 -
YUV 190.57 97.76 71.96 -
System Red Green Blue C M Y K H S L
Decimal 112 241 137 0.54 0 0.43 0.05 131.63 0.82 0.69
Hex 70 F1 89 36 0 2B 5 84 52 45
Octal 160 361 211 66 0 53 5 204 122 105
Binary 1110000 11110001 10001001 110110 0 101011 101 10000100 1010010 1000101

Color Harmonies of #70F189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F189

Black with #70F189

Text Example


Text Example

White with #70F189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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