Html Css Color HEX #70E168 Pastel Green

📋 copy color: '#70E168'

red 112 ◦ green 225 ◦ blue 104

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

Shades of Pastel Green #70E168

Tints of Pastel Green #70E168

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.02%

 BLUE value IS 104 (41.02% from 255) = 23.58%

R = 25.4%
G = 51.02%
B = 23.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#70E168 (or 0x70E168) is known color: Pastel Green. HEX triplet: 70, E1 and 68. RGB value is (112,225,104). Sum of RGB (Red+Green+Blue) = 112+225+104=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 225 (88.28% from 255 or 51.02% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 225 - color contains mainly: green. Hex color #70E168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E168 is #8F1E97. Grayscale: #B1B1B1. Windows color (decimal): -9379480 or 6873456. OLE color: 6873456.

HSL color Cylindrical-coordinate representation of color #70E168: hue angle of 116.03º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70E168 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 225 104 -
CMYK 0.50 0 0.54 0.12
HSL 116.03º 0.67% 0.65% -
HSV(B) 116.03º 0.54% 0.88% -
XYZ 36.11 58.29 22.45 -
YUV 177.42 86.56 81.34 -
System Red Green Blue C M Y K H S L
Decimal 112 225 104 0.50 0 0.54 0.12 116.03 0.67 0.65
Hex 70 E1 68 32 0 36 C 74 43 41
Octal 160 341 150 62 0 66 14 164 103 101
Binary 1110000 11100001 1101000 110010 0 110110 1100 1110100 1000011 1000001

Color Harmonies of #70E168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E168

Black with #70E168

Text Example


Text Example

White with #70E168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,225,104); }

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

background-color css

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

 a { background-color: rgb(112,225,104); }

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

border-color css

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

 span { border-color: rgb(112,225,104); }

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