Html Css Color HEX #78D970 Pastel Green

📋 copy color: '#78D970'

red 120 ◦ green 217 ◦ blue 112

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

Shades of Pastel Green #78D970

Tints of Pastel Green #78D970

RGB

 RED value IS 120 (47.27% from 255) = 26.73%

 GREEN value IS 217 (85.16% from 255) = 48.33%

 BLUE value IS 112 (44.14% from 255) = 24.94%

R = 26.73%
G = 48.33%
B = 24.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#78D970 (or 0x78D970) is known color: Pastel Green. HEX triplet: 78, D9 and 70. RGB value is (120,217,112). Sum of RGB (Red+Green+Blue) = 120+217+112=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #78D970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D970 is #87268F. Grayscale: #B0B0B0. Windows color (decimal): -8857232 or 7395704. OLE color: 7395704.

HSL color Cylindrical-coordinate representation of color #78D970: hue angle of 115.43º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78D970 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 217 112 -
CMYK 0.45 0 0.48 0.15
HSL 115.43º 0.58% 0.65% -
HSV(B) 115.43º 0.48% 0.85% -
XYZ 35.48 54.79 24.03 -
YUV 176.03 91.86 88.04 -
System Red Green Blue C M Y K H S L
Decimal 120 217 112 0.45 0 0.48 0.15 115.43 0.58 0.65
Hex 78 D9 70 2D 0 30 F 73 3A 41
Octal 170 331 160 55 0 60 17 163 72 101
Binary 1111000 11011001 1110000 101101 0 110000 1111 1110011 111010 1000001

Color Harmonies of #78D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D970

Black with #78D970

Text Example


Text Example

White with #78D970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78D970; }

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

 H1.HeaderClassName
 {
   color: #78D970;
 }
 .AnyTagClassName
 {
   color: #78D970;
 }
</style>

background-color css

<style>
 a { background-color: #78D970; }

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

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

border-color css

<style>
 span { border-color: #78D970; }

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

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