Html Css Color HEX #70DC78 Pastel Green

📋 copy color: '#70DC78'

red 112 ◦ green 220 ◦ blue 120

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

Shades of Pastel Green #70DC78

Tints of Pastel Green #70DC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.55%

R = 24.78%
G = 48.67%
B = 26.55%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#70DC78 (or 0x70DC78) is known color: Pastel Green. HEX triplet: 70, DC and 78. RGB value is (112,220,120). Sum of RGB (Red+Green+Blue) = 112+220+120=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DC78 is #8F2387. Grayscale: #B0B0B0. Windows color (decimal): -9380744 or 7920752. OLE color: 7920752.

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

Color convert

RGB 112 220 120 -
CMYK 0.49 0 0.45 0.14
HSL 124.44º 0.61% 0.65% -
HSV(B) 124.44º 0.49% 0.86% -
XYZ 35.67 55.99 26.7 -
YUV 176.31 96.22 82.13 -
System Red Green Blue C M Y K H S L
Decimal 112 220 120 0.49 0 0.45 0.14 124.44 0.61 0.65
Hex 70 DC 78 31 0 2D E 7C 3D 41
Octal 160 334 170 61 0 55 16 174 75 101
Binary 1110000 11011100 1111000 110001 0 101101 1110 1111100 111101 1000001

Color Harmonies of #70DC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DC78

Black with #70DC78

Text Example


Text Example

White with #70DC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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