Html Css Color HEX #70E076 Pastel Green

📋 copy color: '#70E076'

red 112 ◦ green 224 ◦ blue 118

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

Shades of Pastel Green #70E076

Tints of Pastel Green #70E076

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.34%

 BLUE value IS 118 (46.48% from 255) = 25.99%

R = 24.67%
G = 49.34%
B = 25.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#70E076 (or 0x70E076) is known color: Pastel Green. HEX triplet: 70, E0 and 76. RGB value is (112,224,118). Sum of RGB (Red+Green+Blue) = 112+224+118=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #70E076 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E076 is #8F1F89. Grayscale: #B2B2B2. Windows color (decimal): -9379722 or 7790704. OLE color: 7790704.

HSL color Cylindrical-coordinate representation of color #70E076: hue angle of 123.21º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E076 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 224 118 -
CMYK 0.50 0 0.47 0.12
HSL 123.21º 0.64% 0.66% -
HSV(B) 123.21º 0.5% 0.88% -
XYZ 36.61 58.06 26.42 -
YUV 178.43 93.89 80.62 -
System Red Green Blue C M Y K H S L
Decimal 112 224 118 0.50 0 0.47 0.12 123.21 0.64 0.66
Hex 70 E0 76 32 0 2F C 7B 40 42
Octal 160 340 166 62 0 57 14 173 100 102
Binary 1110000 11100000 1110110 110010 0 101111 1100 1111011 1000000 1000010

Color Harmonies of #70E076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E076

Black with #70E076

Text Example


Text Example

White with #70E076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,224,118); }

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

background-color css

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

 a { background-color: rgb(112,224,118); }

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

border-color css

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

 span { border-color: rgb(112,224,118); }

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