#78CD75

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

Shades of Pastel Green #78CD75

Tints of Pastel Green #78CD75

Color information

#78CD75 (or 0x78CD75) is unknown color: approx Pastel Green. HEX triplet: 78, CD and 75. RGB value is (120,205,117). Sum of RGB (Red+Green+Blue) = 120+205+117=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #78CD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CD75 is #87328A. Grayscale: #A9A9A9. Windows color (decimal): -8860299 or 7720312. OLE color: 7720312.

HSL color Cylindrical-coordinate representation of color #78CD75: hue angle of 117.95º degrees, saturation: 0.47, 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 #78CD75 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB120205117-
CMYK0.4100.430.20
HSL117.95º46.81%63.14%-
HSV(B)117.95º42.93%80.39%-
XYZ32.7948.9424.55-
YUV169.5598.3492.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.15%
GREEN value IS 205 (80.47% from 255) = 46.38%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=27.15%
G=46.38%
B=26.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1202051170.4100.430.20117.9546.8163.14
Hex78CD752902B14762f3f
Octal17031516551053241665777
Binary11110001100110111101011010010101011101001110110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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