Html Css Color HEX #70E273 Pastel Green

📋 copy color: '#70E273'

red 112 ◦ green 226 ◦ blue 115

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

Shades of Pastel Green #70E273

Tints of Pastel Green #70E273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.39%

R = 24.72%
G = 49.89%
B = 25.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#70E273 (or 0x70E273) is known color: Pastel Green. HEX triplet: 70, E2 and 73. RGB value is (112,226,115). Sum of RGB (Red+Green+Blue) = 112+226+115=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 226 (88.67% from 255 or 49.89% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 226 - color contains mainly: green. Hex color #70E273 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E273 is #8F1D8C. Grayscale: #B3B3B3. Windows color (decimal): -9379213 or 7594608. OLE color: 7594608.

HSL color Cylindrical-coordinate representation of color #70E273: hue angle of 121.58º 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 #70E273 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 226 115 -
CMYK 0.50 0 0.49 0.11
HSL 121.58º 0.66% 0.66% -
HSV(B) 121.58º 0.5% 0.89% -
XYZ 36.97 59.08 25.67 -
YUV 179.26 91.73 80.03 -
System Red Green Blue C M Y K H S L
Decimal 112 226 115 0.50 0 0.49 0.11 121.58 0.66 0.66
Hex 70 E2 73 32 0 31 B 7A 42 42
Octal 160 342 163 62 0 61 13 172 102 102
Binary 1110000 11100010 1110011 110010 0 110001 1011 1111010 1000010 1000010

Color Harmonies of #70E273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E273

Black with #70E273

Text Example


Text Example

White with #70E273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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