#75D471

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

Shades of Pastel Green #75D471

Tints of Pastel Green #75D471

Color information

#75D471 (or 0x75D471) is unknown color: approx Pastel Green. HEX triplet: 75, D4 and 71. RGB value is (117,212,113). Sum of RGB (Red+Green+Blue) = 117+212+113=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #75D471 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D471 is #8A2B8E. Grayscale: #ACACAC. Windows color (decimal): -9055119 or 7459957. OLE color: 7459957.

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

Color convert

RGB117212113-
CMYK0.4500.470.17
HSL117.58º53.51%63.73%-
HSV(B)117.58º46.7%83.14%-
XYZ33.8652.0623.89-
YUV172.3194.5388.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.47%
GREEN value IS 212 (83.20% from 255) = 47.96%
BLUE value IS 113 (44.53% from 255) = 25.57%
R=26.47%
G=47.96%
B=25.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1172121130.4500.470.17117.5853.5163.73
Hex75D4712D02F11763640
Octal165324161550572116666100
Binary111010111010100111000110110101011111000111101101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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