#75C775

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

Shades of Pastel Green #75C775

Tints of Pastel Green #75C775

Color information

#75C775 (or 0x75C775) is unknown color: approx Pastel Green. HEX triplet: 75, C7 and 75. RGB value is (117,199,117). Sum of RGB (Red+Green+Blue) = 117+199+117=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 199 - color contains mainly: green. Hex color #75C775 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C775 is #8A388A. Grayscale: #A5A5A5. Windows color (decimal): -9058443 or 7718773. OLE color: 7718773.

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

Color convert

RGB117199117-
CMYK0.4100.410.22
HSL120º42.27%61.96%-
HSV(B)120º41.21%78.04%-
XYZ30.9745.9124.06-
YUV165.13100.8393.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.02%
GREEN value IS 199 (78.12% from 255) = 45.96%
BLUE value IS 117 (46.09% from 255) = 27.02%
R=27.02%
G=45.96%
B=27.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171991170.4100.410.2212042.2761.96
Hex75C7752902916782a3e
Octal16530716551051261705276
Binary11101011100011111101011010010101001101101111000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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