Html Css Color HEX #70EC92 Pastel Green

📋 copy color: '#70EC92'

red 112 ◦ green 236 ◦ blue 146

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

Shades of Pastel Green #70EC92

Tints of Pastel Green #70EC92

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.77%

 BLUE value IS 146 (57.42% from 255) = 29.55%

R = 22.67%
G = 47.77%
B = 29.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#70EC92 (or 0x70EC92) is known color: Pastel Green. HEX triplet: 70, EC and 92. RGB value is (112,236,146). Sum of RGB (Red+Green+Blue) = 112+236+146=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EC92 is #8F136D. Grayscale: #BCBCBC. Windows color (decimal): -9376622 or 9628784. OLE color: 9628784.

HSL color Cylindrical-coordinate representation of color #70EC92: hue angle of 136.45º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EC92 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 236 146 -
CMYK 0.53 0 0.38 0.07
HSL 136.45º 0.77% 0.68% -
HSV(B) 136.45º 0.53% 0.93% -
XYZ 41.87 65.51 37.63 -
YUV 188.66 103.92 73.32 -
System Red Green Blue C M Y K H S L
Decimal 112 236 146 0.53 0 0.38 0.07 136.45 0.77 0.68
Hex 70 EC 92 35 0 26 7 88 4D 44
Octal 160 354 222 65 0 46 7 210 115 104
Binary 1110000 11101100 10010010 110101 0 100110 111 10001000 1001101 1000100

Color Harmonies of #70EC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EC92

Black with #70EC92

Text Example


Text Example

White with #70EC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,236,146); }

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

background-color css

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

 a { background-color: rgb(112,236,146); }

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

border-color css

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

 span { border-color: rgb(112,236,146); }

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