Html Css Color HEX #70D07C Pastel Green

📋 copy color: '#70D07C'

red 112 ◦ green 208 ◦ blue 124

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

Shades of Pastel Green #70D07C

Tints of Pastel Green #70D07C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.85%

 BLUE value IS 124 (48.83% from 255) = 27.93%

R = 25.23%
G = 46.85%
B = 27.93%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#70D07C (or 0x70D07C) is known color: Pastel Green. HEX triplet: 70, D0 and 7C. RGB value is (112,208,124). Sum of RGB (Red+Green+Blue) = 112+208+124=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #70D07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D07C is #8F2F83. Grayscale: #A9A9A9. Windows color (decimal): -9383812 or 8179824. OLE color: 8179824.

HSL color Cylindrical-coordinate representation of color #70D07C: hue angle of 127.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D07C is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 208 124 -
CMYK 0.46 0 0.40 0.18
HSL 127.5º 0.51% 0.63% -
HSV(B) 127.5º 0.46% 0.82% -
XYZ 32.88 50.01 26.99 -
YUV 169.72 102.2 86.83 -
System Red Green Blue C M Y K H S L
Decimal 112 208 124 0.46 0 0.40 0.18 127.5 0.51 0.63
Hex 70 D0 7C 2E 0 28 12 80 33 3F
Octal 160 320 174 56 0 50 22 200 63 77
Binary 1110000 11010000 1111100 101110 0 101000 10010 10000000 110011 111111

Color Harmonies of #70D07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D07C

Black with #70D07C

Text Example


Text Example

White with #70D07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,208,124); }

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

background-color css

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

 a { background-color: rgb(112,208,124); }

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

border-color css

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

 span { border-color: rgb(112,208,124); }

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