#75CC78

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

Shades of Pastel Green #75CC78

Tints of Pastel Green #75CC78

Color information

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

HSL color Cylindrical-coordinate representation of color #75CC78: hue angle of 122.07º 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 #75CC78 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB117204120-
CMYK0.4300.410.2
HSL122.07º46.03%62.94%-
HSV(B)122.07º42.65%80%-
XYZ32.3248.3225.39-
YUV168.41100.6891.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1172041200.4300.410.2122.0746.0362.94
Hex75CC782B029147a2e3f
Octal16531417053051241725677
Binary11101011100110011110001010110101001101001111010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75CC78; }

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

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

<style>
 a { background-color: #75CC78; }

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

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

<style>
 span { border-color: #75CC78; }

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

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