#75C772

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

Shades of Pastel Green #75C772

Tints of Pastel Green #75C772

Color information

#75C772 (or 0x75C772) is unknown color: approx Pastel Green. HEX triplet: 75, C7 and 72. RGB value is (117,199,114). Sum of RGB (Red+Green+Blue) = 117+199+114=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 199 - color contains mainly: green. Hex color #75C772 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C772 is #8A388D. Grayscale: #A5A5A5. Windows color (decimal): -9058446 or 7522165. OLE color: 7522165.

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

Color convert

RGB117199114-
CMYK0.4100.430.22
HSL117.88º43.15%61.37%-
HSV(B)117.88º42.71%78.04%-
XYZ30.845.8423.15-
YUV164.7999.3393.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.21%
GREEN value IS 199 (78.12% from 255) = 46.28%
BLUE value IS 114 (44.92% from 255) = 26.51%
R=27.21%
G=46.28%
B=26.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171991140.4100.430.22117.8843.1561.37
Hex75C7722902B16762b3d
Octal16530716251053261665375
Binary11101011100011111100101010010101011101101110110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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