#78D268

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

Shades of Pastel Green #78D268

Tints of Pastel Green #78D268

Color information

#78D268 (or 0x78D268) is unknown color: approx Pastel Green. HEX triplet: 78, D2 and 68. RGB value is (120,210,104). Sum of RGB (Red+Green+Blue) = 120+210+104=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #78D268 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D268 is #872D97. Grayscale: #ABABAB. Windows color (decimal): -8859032 or 6869624. OLE color: 6869624.

HSL color Cylindrical-coordinate representation of color #78D268: hue angle of 110.94º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78D268 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB120210104-
CMYK0.4300.500.18
HSL110.94º54.08%61.57%-
HSV(B)110.94º50.48%82.35%-
XYZ33.2951.0921.2-
YUV171.0190.1891.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.65%
GREEN value IS 210 (82.42% from 255) = 48.39%
BLUE value IS 104 (41.02% from 255) = 23.96%
R=27.65%
G=48.39%
B=23.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1202101040.4300.500.18110.9454.0861.57
Hex78D2682B032126f363e
Octal17032215053062221576676
Binary11110001101001011010001010110110010100101101111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,210,104); }

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

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

 a { background-color: rgb(120,210,104); }

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

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

 span { border-color: rgb(120,210,104); }

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