Html Css Color HEX #70EC72 Pastel Green

📋 copy color: '#70EC72'

red 112 ◦ green 236 ◦ blue 114

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

Shades of Pastel Green #70EC72

Tints of Pastel Green #70EC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.68%

R = 24.24%
G = 51.08%
B = 24.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#70EC72 (or 0x70EC72) is known color: Pastel Green. HEX triplet: 70, EC and 72. RGB value is (112,236,114). Sum of RGB (Red+Green+Blue) = 112+236+114=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 236 (92.58% from 255 or 51.08% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EC72 is #8F138D. Grayscale: #B9B9B9. Windows color (decimal): -9376654 or 7531632. OLE color: 7531632.

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

Color convert

RGB 112 236 114 -
CMYK 0.53 0 0.52 0.07
HSL 120.97º 0.77% 0.68% -
HSV(B) 120.97º 0.53% 0.93% -
XYZ 39.71 64.65 26.31 -
YUV 185.02 87.92 75.92 -
System Red Green Blue C M Y K H S L
Decimal 112 236 114 0.53 0 0.52 0.07 120.97 0.77 0.68
Hex 70 EC 72 35 0 34 7 79 4D 44
Octal 160 354 162 65 0 64 7 171 115 104
Binary 1110000 11101100 1110010 110101 0 110100 111 1111001 1001101 1000100

Color Harmonies of #70EC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EC72

Black with #70EC72

Text Example


Text Example

White with #70EC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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