Html Css Color HEX #70DB80 Pastel Green

📋 copy color: '#70DB80'

red 112 ◦ green 219 ◦ blue 128

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

Shades of Pastel Green #70DB80

Tints of Pastel Green #70DB80

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.71%

 BLUE value IS 128 (50.39% from 255) = 27.89%

R = 24.4%
G = 47.71%
B = 27.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#70DB80 (or 0x70DB80) is known color: Pastel Green. HEX triplet: 70, DB and 80. RGB value is (112,219,128). Sum of RGB (Red+Green+Blue) = 112+219+128=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DB80 is #8F247F. Grayscale: #B0B0B0. Windows color (decimal): -9380992 or 8444784. OLE color: 8444784.

HSL color Cylindrical-coordinate representation of color #70DB80: hue angle of 128.97º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DB80 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 219 128 -
CMYK 0.49 0 0.42 0.14
HSL 128.97º 0.6% 0.65% -
HSV(B) 128.97º 0.49% 0.86% -
XYZ 35.91 55.67 29.27 -
YUV 176.63 100.55 81.9 -
System Red Green Blue C M Y K H S L
Decimal 112 219 128 0.49 0 0.42 0.14 128.97 0.6 0.65
Hex 70 DB 80 31 0 2A E 81 3C 41
Octal 160 333 200 61 0 52 16 201 74 101
Binary 1110000 11011011 10000000 110001 0 101010 1110 10000001 111100 1000001

Color Harmonies of #70DB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DB80

Black with #70DB80

Text Example


Text Example

White with #70DB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,219,128); }

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

background-color css

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

 a { background-color: rgb(112,219,128); }

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

border-color css

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

 span { border-color: rgb(112,219,128); }

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