#75DD7A

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

Shades of Pastel Green #75DD7A

Tints of Pastel Green #75DD7A

Color information

#75DD7A (or 0x75DD7A) is unknown color: approx Pastel Green. HEX triplet: 75, DD and 7A. RGB value is (117,221,122). Sum of RGB (Red+Green+Blue) = 117+221+122=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DD7A is #8A2285. Grayscale: #B2B2B2. Windows color (decimal): -9052806 or 8052085. OLE color: 8052085.

HSL color Cylindrical-coordinate representation of color #75DD7A: hue angle of 122.88º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DD7A is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB117221122-
CMYK0.4700.450.13
HSL122.88º60.47%66.27%-
HSV(B)122.88º47.06%86.67%-
XYZ36.7156.927.46-
YUV178.6296.0484.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.43%
GREEN value IS 221 (86.72% from 255) = 48.04%
BLUE value IS 122 (48.05% from 255) = 26.52%
R=25.43%
G=48.04%
B=26.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172211220.4700.450.13122.8860.4766.27
Hex75DD7A2F02DD7b3c42
Octal165335172570551517374102
Binary11101011101110111110101011110101101110111110111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,221,122); }

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

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

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

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

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

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

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