Html Css Color HEX #70E865 Pastel Green

📋 copy color: '#70E865'

red 112 ◦ green 232 ◦ blue 101

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

Shades of Pastel Green #70E865

Tints of Pastel Green #70E865

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.13%

 BLUE value IS 101 (39.84% from 255) = 22.7%

R = 25.17%
G = 52.13%
B = 22.7%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#70E865 (or 0x70E865) is known color: Pastel Green. HEX triplet: 70, E8 and 65. RGB value is (112,232,101). Sum of RGB (Red+Green+Blue) = 112+232+101=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 232 (91.02% from 255 or 52.13% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 232 - color contains mainly: green. Hex color #70E865 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E865 is #8F179A. Grayscale: #B5B5B5. Windows color (decimal): -9377691 or 6678640. OLE color: 6678640.

HSL color Cylindrical-coordinate representation of color #70E865: hue angle of 114.96º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70E865 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 232 101 -
CMYK 0.52 0 0.56 0.09
HSL 114.96º 0.74% 0.65% -
HSV(B) 114.96º 0.56% 0.91% -
XYZ 37.89 62.1 22.3 -
YUV 181.19 82.74 78.65 -
System Red Green Blue C M Y K H S L
Decimal 112 232 101 0.52 0 0.56 0.09 114.96 0.74 0.65
Hex 70 E8 65 34 0 38 9 73 4A 41
Octal 160 350 145 64 0 70 11 163 112 101
Binary 1110000 11101000 1100101 110100 0 111000 1001 1110011 1001010 1000001

Color Harmonies of #70E865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E865

Black with #70E865

Text Example


Text Example

White with #70E865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,232,101); }

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

background-color css

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

 a { background-color: rgb(112,232,101); }

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

border-color css

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

 span { border-color: rgb(112,232,101); }

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