#75C575

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

Shades of Pastel Green #75C575

Tints of Pastel Green #75C575

Color information

#75C575 (or 0x75C575) is unknown color: approx Pastel Green. HEX triplet: 75, C5 and 75. RGB value is (117,197,117). Sum of RGB (Red+Green+Blue) = 117+197+117=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #75C575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C575 is #8A3A8A. Grayscale: #A4A4A4. Windows color (decimal): -9058955 or 7718261. OLE color: 7718261.

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

Color convert

RGB117197117-
CMYK0.4100.410.23
HSL120º40.82%61.57%-
HSV(B)120º40.61%77.25%-
XYZ30.514523.91-
YUV163.96101.594.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.15%
GREEN value IS 197 (77.34% from 255) = 45.71%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=27.15%
G=45.71%
B=27.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1171971170.4100.410.2312040.8261.57
Hex75C575290291778293e
Octal16530516551051271705176
Binary11101011100010111101011010010101001101111111000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,197,117); }

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

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

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

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

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

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

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