#78C872

Color #78C872 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #78C872

Tints of Pastel Green #78C872

Color information

#78C872 (or 0x78C872) is unknown color: approx Pastel Green. HEX triplet: 78, C8 and 72. RGB value is (120,200,114). Sum of RGB (Red+Green+Blue) = 120+200+114=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 200 - color contains mainly: green. Hex color #78C872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C872 is #87378D. Grayscale: #A6A6A6. Windows color (decimal): -8861582 or 7522424. OLE color: 7522424.

HSL color Cylindrical-coordinate representation of color #78C872: hue angle of 115.81º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78C872 is Cyan = 0.4, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB120200114-
CMYK0.400.430.22
HSL115.81º43.88%61.57%-
HSV(B)115.81º43%78.43%-
XYZ31.4446.5223.24-
YUV166.2898.594.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.65%
GREEN value IS 200 (78.52% from 255) = 46.08%
BLUE value IS 114 (44.92% from 255) = 26.27%
R=27.65%
G=46.08%
B=26.27%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1202001140.400.430.22115.8143.8861.57
Hex78C8722802B16742c3e
Octal17031016250053261645476
Binary11110001100100011100101010000101011101101110100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,200,114); }

 H1.HeaderClassName
 {
   color: #78C872;
 }
 .AnyTagClassName
 {
   color: #78C872;
 }
</style>
background-color css

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

 a { background-color: rgb(120,200,114); }

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

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

 span { border-color: rgb(120,200,114); }

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