#75CC73

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

Shades of Pastel Green #75CC73

Tints of Pastel Green #75CC73

Color information

#75CC73 (or 0x75CC73) is unknown color: approx Pastel Green. HEX triplet: 75, CC and 73. RGB value is (117,204,115). Sum of RGB (Red+Green+Blue) = 117+204+115=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CC73 is #8A338C. Grayscale: #A8A8A8. Windows color (decimal): -9057165 or 7588981. OLE color: 7588981.

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

Color convert

RGB117204115-
CMYK0.4300.440.2
HSL118.65º46.6%62.55%-
HSV(B)118.65º43.63%80%-
XYZ32.0248.2123.84-
YUV167.8498.1891.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.83%
GREEN value IS 204 (80.08% from 255) = 46.79%
BLUE value IS 115 (45.31% from 255) = 26.38%
R=26.83%
G=46.79%
B=26.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1172041150.4300.440.2118.6546.662.55
Hex75CC732B02C14772f3f
Octal16531416353054241675777
Binary11101011100110011100111010110101100101001110111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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