Html Css Color HEX #70DC7F Pastel Green

📋 copy color: '#70DC7F'

red 112 ◦ green 220 ◦ blue 127

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

Shades of Pastel Green #70DC7F

Tints of Pastel Green #70DC7F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.93%

 BLUE value IS 127 (50% from 255) = 27.67%

R = 24.4%
G = 47.93%
B = 27.67%

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

#70DC7F (or 0x70DC7F) is known color: Pastel Green. HEX triplet: 70, DC and 7F. RGB value is (112,220,127). Sum of RGB (Red+Green+Blue) = 112+220+127=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DC7F is #8F2380. Grayscale: #B1B1B1. Windows color (decimal): -9380737 or 8379504. OLE color: 8379504.

HSL color Cylindrical-coordinate representation of color #70DC7F: hue angle of 128.33º degrees, saturation: 0.61, 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 #70DC7F is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 220 127 -
CMYK 0.49 0 0.42 0.14
HSL 128.33º 0.61% 0.65% -
HSV(B) 128.33º 0.49% 0.86% -
XYZ 36.11 56.16 29.02 -
YUV 177.11 99.72 81.56 -
System Red Green Blue C M Y K H S L
Decimal 112 220 127 0.49 0 0.42 0.14 128.33 0.61 0.65
Hex 70 DC 7F 31 0 2A E 80 3D 41
Octal 160 334 177 61 0 52 16 200 75 101
Binary 1110000 11011100 1111111 110001 0 101010 1110 10000000 111101 1000001

Color Harmonies of #70DC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DC7F

Black with #70DC7F

Text Example


Text Example

White with #70DC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,220,127); }

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

background-color css

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

 a { background-color: rgb(112,220,127); }

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

border-color css

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

 span { border-color: rgb(112,220,127); }

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