Html Css Color HEX #70E16B Pastel Green

📋 copy color: '#70E16B'

red 112 ◦ green 225 ◦ blue 107

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

Shades of Pastel Green #70E16B

Tints of Pastel Green #70E16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.1%

R = 25.23%
G = 50.68%
B = 24.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#70E16B (or 0x70E16B) is known color: Pastel Green. HEX triplet: 70, E1 and 6B. RGB value is (112,225,107). Sum of RGB (Red+Green+Blue) = 112+225+107=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 225 (88.28% from 255 or 50.68% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 225 - color contains mainly: green. Hex color #70E16B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E16B is #8F1E94. Grayscale: #B2B2B2. Windows color (decimal): -9379477 or 7070064. OLE color: 7070064.

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

Color convert

RGB 112 225 107 -
CMYK 0.50 0 0.52 0.12
HSL 117.46º 0.66% 0.65% -
HSV(B) 117.46º 0.52% 0.88% -
XYZ 36.26 58.36 23.26 -
YUV 177.76 88.06 81.09 -
System Red Green Blue C M Y K H S L
Decimal 112 225 107 0.50 0 0.52 0.12 117.46 0.66 0.65
Hex 70 E1 6B 32 0 34 C 75 42 41
Octal 160 341 153 62 0 64 14 165 102 101
Binary 1110000 11100001 1101011 110010 0 110100 1100 1110101 1000010 1000001

Color Harmonies of #70E16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E16B

Black with #70E16B

Text Example


Text Example

White with #70E16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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