Html Css Color HEX #70E263 Pastel Green

📋 copy color: '#70E263'

red 112 ◦ green 226 ◦ blue 99

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

Shades of Pastel Green #70E263

Tints of Pastel Green #70E263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.65%

R = 25.63%
G = 51.72%
B = 22.65%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#70E263 (or 0x70E263) is known color: Pastel Green. HEX triplet: 70, E2 and 63. RGB value is (112,226,99). Sum of RGB (Red+Green+Blue) = 112+226+99=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 226 (88.67% from 255 or 51.72% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 226 - color contains mainly: green. Hex color #70E263 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E263 is #8F1D9C. Grayscale: #B1B1B1. Windows color (decimal): -9379229 or 6546032. OLE color: 6546032.

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

Color convert

RGB 112 226 99 -
CMYK 0.50 0 0.56 0.11
HSL 113.86º 0.69% 0.64% -
HSV(B) 113.86º 0.56% 0.89% -
XYZ 36.13 58.74 21.24 -
YUV 177.44 83.73 81.33 -
System Red Green Blue C M Y K H S L
Decimal 112 226 99 0.50 0 0.56 0.11 113.86 0.69 0.64
Hex 70 E2 63 32 0 38 B 72 45 40
Octal 160 342 143 62 0 70 13 162 105 100
Binary 1110000 11100010 1100011 110010 0 111000 1011 1110010 1000101 1000000

Color Harmonies of #70E263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E263

Black with #70E263

Text Example


Text Example

White with #70E263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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