#75C773

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

Shades of Pastel Green #75C773

Tints of Pastel Green #75C773

Color information

#75C773 (or 0x75C773) is unknown color: approx Pastel Green. HEX triplet: 75, C7 and 73. RGB value is (117,199,115). Sum of RGB (Red+Green+Blue) = 117+199+115=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 199 - color contains mainly: green. Hex color #75C773 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C773 is #8A388C. Grayscale: #A5A5A5. Windows color (decimal): -9058445 or 7587701. OLE color: 7587701.

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

Color convert

RGB117199115-
CMYK0.4100.420.22
HSL118.57º42.86%61.57%-
HSV(B)118.57º42.21%78.04%-
XYZ30.8545.8723.45-
YUV164.9199.8393.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.15%
GREEN value IS 199 (78.12% from 255) = 46.17%
BLUE value IS 115 (45.31% from 255) = 26.68%
R=27.15%
G=46.17%
B=26.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171991150.4100.420.22118.5742.8661.57
Hex75C7732902A16772b3e
Octal16530716351052261675376
Binary11101011100011111100111010010101010101101110111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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