Html Css Color HEX #70DE6B Pastel Green

📋 copy color: '#70DE6B'

red 112 ◦ green 222 ◦ blue 107

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

Shades of Pastel Green #70DE6B

Tints of Pastel Green #70DE6B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.34%

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

R = 25.4%
G = 50.34%
B = 24.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#70DE6B (or 0x70DE6B) is known color: Pastel Green. HEX triplet: 70, DE and 6B. RGB value is (112,222,107). Sum of RGB (Red+Green+Blue) = 112+222+107=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #70DE6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DE6B is #8F2194. Grayscale: #B0B0B0. Windows color (decimal): -9380245 or 7069296. OLE color: 7069296.

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

Color convert

RGB 112 222 107 -
CMYK 0.50 0 0.52 0.13
HSL 117.39º 0.64% 0.65% -
HSV(B) 117.39º 0.52% 0.87% -
XYZ 35.46 56.75 22.99 -
YUV 176 89.06 82.35 -
System Red Green Blue C M Y K H S L
Decimal 112 222 107 0.50 0 0.52 0.13 117.39 0.64 0.65
Hex 70 DE 6B 32 0 34 D 75 40 41
Octal 160 336 153 62 0 64 15 165 100 101
Binary 1110000 11011110 1101011 110010 0 110100 1101 1110101 1000000 1000001

Color Harmonies of #70DE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DE6B

Black with #70DE6B

Text Example


Text Example

White with #70DE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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