Html Css Color HEX #70D581 Pastel Green

📋 copy color: '#70D581'

red 112 ◦ green 213 ◦ blue 129

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

Shades of Pastel Green #70D581

Tints of Pastel Green #70D581

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.92%

 BLUE value IS 129 (50.78% from 255) = 28.41%

R = 24.67%
G = 46.92%
B = 28.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#70D581 (or 0x70D581) is known color: Pastel Green. HEX triplet: 70, D5 and 81. RGB value is (112,213,129). Sum of RGB (Red+Green+Blue) = 112+213+129=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #70D581 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D581 is #8F2A7E. Grayscale: #ADADAD. Windows color (decimal): -9382527 or 8508784. OLE color: 8508784.

HSL color Cylindrical-coordinate representation of color #70D581: hue angle of 130.1º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D581 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 213 129 -
CMYK 0.47 0 0.39 0.16
HSL 130.1º 0.55% 0.64% -
HSV(B) 130.1º 0.47% 0.84% -
XYZ 34.44 52.62 29.11 -
YUV 173.23 103.04 84.33 -
System Red Green Blue C M Y K H S L
Decimal 112 213 129 0.47 0 0.39 0.16 130.1 0.55 0.64
Hex 70 D5 81 2F 0 27 10 82 37 40
Octal 160 325 201 57 0 47 20 202 67 100
Binary 1110000 11010101 10000001 101111 0 100111 10000 10000010 110111 1000000

Color Harmonies of #70D581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D581

Black with #70D581

Text Example


Text Example

White with #70D581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,213,129); }

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

background-color css

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

 a { background-color: rgb(112,213,129); }

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

border-color css

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

 span { border-color: rgb(112,213,129); }

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