Html Css Color HEX #70E27C Pastel Green

📋 copy color: '#70E27C'

red 112 ◦ green 226 ◦ blue 124

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

Shades of Pastel Green #70E27C

Tints of Pastel Green #70E27C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.92%

 BLUE value IS 124 (48.83% from 255) = 26.84%

R = 24.24%
G = 48.92%
B = 26.84%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#70E27C (or 0x70E27C) is known color: Pastel Green. HEX triplet: 70, E2 and 7C. RGB value is (112,226,124). Sum of RGB (Red+Green+Blue) = 112+226+124=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 226 (88.67% from 255 or 48.92% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 226 - color contains mainly: green. Hex color #70E27C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E27C is #8F1D83. Grayscale: #B4B4B4. Windows color (decimal): -9379204 or 8184432. OLE color: 8184432.

HSL color Cylindrical-coordinate representation of color #70E27C: hue angle of 126.32º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E27C is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 226 124 -
CMYK 0.50 0 0.45 0.11
HSL 126.32º 0.66% 0.66% -
HSV(B) 126.32º 0.5% 0.89% -
XYZ 37.52 59.29 28.54 -
YUV 180.29 96.23 79.29 -
System Red Green Blue C M Y K H S L
Decimal 112 226 124 0.50 0 0.45 0.11 126.32 0.66 0.66
Hex 70 E2 7C 32 0 2D B 7E 42 42
Octal 160 342 174 62 0 55 13 176 102 102
Binary 1110000 11100010 1111100 110010 0 101101 1011 1111110 1000010 1000010

Color Harmonies of #70E27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E27C

Black with #70E27C

Text Example


Text Example

White with #70E27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,226,124); }

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

background-color css

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

 a { background-color: rgb(112,226,124); }

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

border-color css

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

 span { border-color: rgb(112,226,124); }

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