#75CA73

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

Shades of Pastel Green #75CA73

Tints of Pastel Green #75CA73

Color information

#75CA73 (or 0x75CA73) is unknown color: approx Pastel Green. HEX triplet: 75, CA and 73. RGB value is (117,202,115). Sum of RGB (Red+Green+Blue) = 117+202+115=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CA73 is #8A358C. Grayscale: #A6A6A6. Windows color (decimal): -9057677 or 7588469. OLE color: 7588469.

HSL color Cylindrical-coordinate representation of color #75CA73: hue angle of 118.62º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CA73 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB117202115-
CMYK0.4200.430.21
HSL118.62º45.08%62.16%-
HSV(B)118.62º43.07%79.22%-
XYZ31.5547.2623.68-
YUV166.6798.8492.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.96%
GREEN value IS 202 (79.30% from 255) = 46.54%
BLUE value IS 115 (45.31% from 255) = 26.50%
R=26.96%
G=46.54%
B=26.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1172021150.4200.430.21118.6245.0862.16
Hex75CA732A02B15772d3e
Octal16531216352053251675576
Binary11101011100101011100111010100101011101011110111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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