#75DD7F

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

Shades of Pastel Green #75DD7F

Tints of Pastel Green #75DD7F

Color information

#75DD7F (or 0x75DD7F) is unknown color: approx Pastel Green. HEX triplet: 75, DD and 7F. RGB value is (117,221,127). Sum of RGB (Red+Green+Blue) = 117+221+127=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DD7F is #8A2280. Grayscale: #B3B3B3. Windows color (decimal): -9052801 or 8379765. OLE color: 8379765.

HSL color Cylindrical-coordinate representation of color #75DD7F: hue angle of 125.77º 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 #75DD7F is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB117221127-
CMYK0.4700.430.13
HSL125.77º60.47%66.27%-
HSV(B)125.77º47.06%86.67%-
XYZ37.0257.0329.13-
YUV179.1998.5483.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.16%
GREEN value IS 221 (86.72% from 255) = 47.53%
BLUE value IS 127 (50% from 255) = 27.31%
R=25.16%
G=47.53%
B=27.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172211270.4700.430.13125.7760.4766.27
Hex75DD7F2F02BD7e3c42
Octal165335177570531517674102
Binary11101011101110111111111011110101011110111111101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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