#75DD8B

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

Shades of Pastel Green #75DD8B

Tints of Pastel Green #75DD8B

Color information

#75DD8B (or 0x75DD8B) is unknown color: approx Pastel Green. HEX triplet: 75, DD and 8B. RGB value is (117,221,139). Sum of RGB (Red+Green+Blue) = 117+221+139=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DD8B is #8A2274. Grayscale: #B4B4B4. Windows color (decimal): -9052789 or 9166197. OLE color: 9166197.

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

Color convert

RGB117221139-
CMYK0.4700.370.13
HSL132.69º60.47%66.27%-
HSV(B)132.69º47.06%86.67%-
XYZ37.8557.3633.5-
YUV180.56104.5482.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.53%
GREEN value IS 221 (86.72% from 255) = 46.33%
BLUE value IS 139 (54.69% from 255) = 29.14%
R=24.53%
G=46.33%
B=29.14%

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
Decimal1172211390.4700.370.13132.6960.4766.27
Hex75DD8B2F025D853c42
Octal165335213570451520574102
Binary1110101110111011000101110111101001011101100001011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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