Html Css Color HEX #70E990 Pastel Green

📋 copy color: '#70E990'

red 112 ◦ green 233 ◦ blue 144

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

Shades of Pastel Green #70E990

Tints of Pastel Green #70E990

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.65%

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

R = 22.9%
G = 47.65%
B = 29.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#70E990 (or 0x70E990) is known color: Pastel Green. HEX triplet: 70, E9 and 90. RGB value is (112,233,144). Sum of RGB (Red+Green+Blue) = 112+233+144=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #70E990 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E990 is #8F166F. Grayscale: #BABABA. Windows color (decimal): -9377392 or 9496944. OLE color: 9496944.

HSL color Cylindrical-coordinate representation of color #70E990: hue angle of 135.87º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E990 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 233 144 -
CMYK 0.52 0 0.38 0.09
HSL 135.87º 0.73% 0.68% -
HSV(B) 135.87º 0.52% 0.91% -
XYZ 40.86 63.74 36.53 -
YUV 186.68 103.91 74.74 -
System Red Green Blue C M Y K H S L
Decimal 112 233 144 0.52 0 0.38 0.09 135.87 0.73 0.68
Hex 70 E9 90 34 0 26 9 88 49 44
Octal 160 351 220 64 0 46 11 210 111 104
Binary 1110000 11101001 10010000 110100 0 100110 1001 10001000 1001001 1000100

Color Harmonies of #70E990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E990

Black with #70E990

Text Example


Text Example

White with #70E990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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