#75DD8C

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

Shades of Pastel Green #75DD8C

Tints of Pastel Green #75DD8C

Color information

#75DD8C (or 0x75DD8C) is unknown color: approx Pastel Green. HEX triplet: 75, DD and 8C. RGB value is (117,221,140). Sum of RGB (Red+Green+Blue) = 117+221+140=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DD8C is #8A2273. Grayscale: #B4B4B4. Windows color (decimal): -9052788 or 9231733. OLE color: 9231733.

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

Color convert

RGB117221140-
CMYK0.4700.370.13
HSL133.27º60.47%66.27%-
HSV(B)133.27º47.06%86.67%-
XYZ37.9357.3933.89-
YUV180.67105.0482.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.48%
GREEN value IS 221 (86.72% from 255) = 46.23%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=24.48%
G=46.23%
B=29.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172211400.4700.370.13133.2760.4766.27
Hex75DD8C2F025D853c42
Octal165335214570451520574102
Binary1110101110111011000110010111101001011101100001011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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