Html Css Color HEX #70E98C Pastel Green

📋 copy color: '#70E98C'

red 112 ◦ green 233 ◦ blue 140

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

Shades of Pastel Green #70E98C

Tints of Pastel Green #70E98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.87%

R = 23.09%
G = 48.04%
B = 28.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#70E98C (or 0x70E98C) is known color: Pastel Green. HEX triplet: 70, E9 and 8C. RGB value is (112,233,140). Sum of RGB (Red+Green+Blue) = 112+233+140=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #70E98C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E98C is #8F1673. Grayscale: #BABABA. Windows color (decimal): -9377396 or 9234800. OLE color: 9234800.

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

Color convert

RGB 112 233 140 -
CMYK 0.52 0 0.40 0.09
HSL 133.88º 0.73% 0.68% -
HSV(B) 133.88º 0.52% 0.91% -
XYZ 40.55 63.62 34.95 -
YUV 186.22 101.91 75.06 -
System Red Green Blue C M Y K H S L
Decimal 112 233 140 0.52 0 0.40 0.09 133.88 0.73 0.68
Hex 70 E9 8C 34 0 28 9 86 49 44
Octal 160 351 214 64 0 50 11 206 111 104
Binary 1110000 11101001 10001100 110100 0 101000 1001 10000110 1001001 1000100

Color Harmonies of #70E98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E98C

Black with #70E98C

Text Example


Text Example

White with #70E98C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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