#78CC75

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

Shades of Pastel Green #78CC75

Tints of Pastel Green #78CC75

Color information

#78CC75 (or 0x78CC75) is unknown color: approx Pastel Green. HEX triplet: 78, CC and 75. RGB value is (120,204,117). Sum of RGB (Red+Green+Blue) = 120+204+117=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CC75 is #87338A. Grayscale: #A9A9A9. Windows color (decimal): -8860555 or 7720056. OLE color: 7720056.

HSL color Cylindrical-coordinate representation of color #78CC75: hue angle of 117.93º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78CC75 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB120204117-
CMYK0.4100.430.2
HSL117.93º46.03%62.94%-
HSV(B)117.93º42.65%80%-
XYZ32.5548.4624.47-
YUV168.9798.6793.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.21%
GREEN value IS 204 (80.08% from 255) = 46.26%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=27.21%
G=46.26%
B=26.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1202041170.4100.430.2117.9346.0362.94
Hex78CC752902B14762e3f
Octal17031416551053241665677
Binary11110001100110011101011010010101011101001110110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,204,117); }

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

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

 a { background-color: rgb(120,204,117); }

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

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

 span { border-color: rgb(120,204,117); }

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