#75D477

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

Shades of Pastel Green #75D477

Tints of Pastel Green #75D477

Color information

#75D477 (or 0x75D477) is unknown color: approx Pastel Green. HEX triplet: 75, D4 and 77. RGB value is (117,212,119). Sum of RGB (Red+Green+Blue) = 117+212+119=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 212 - color contains mainly: green. Hex color #75D477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D477 is #8A2B88. Grayscale: #ADADAD. Windows color (decimal): -9055113 or 7853173. OLE color: 7853173.

HSL color Cylindrical-coordinate representation of color #75D477: hue angle of 121.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D477 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB117212119-
CMYK0.4500.440.17
HSL121.26º52.49%64.51%-
HSV(B)121.26º44.81%83.14%-
XYZ34.2152.225.73-
YUV172.9997.5388.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.12%
GREEN value IS 212 (83.20% from 255) = 47.32%
BLUE value IS 119 (46.88% from 255) = 26.56%
R=26.12%
G=47.32%
B=26.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1172121190.4500.440.17121.2652.4964.51
Hex75D4772D02C11793441
Octal165324167550542117164101
Binary111010111010100111011110110101011001000111110011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,212,119); }

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

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

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

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

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

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

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