#75DE8C

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

Shades of Pastel Green #75DE8C

Tints of Pastel Green #75DE8C

Color information

#75DE8C (or 0x75DE8C) is unknown color: approx Pastel Green. HEX triplet: 75, DE and 8C. RGB value is (117,222,140). Sum of RGB (Red+Green+Blue) = 117+222+140=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #75DE8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DE8C is #8A2173. Grayscale: #B5B5B5. Windows color (decimal): -9052532 or 9231989. OLE color: 9231989.

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

Color convert

RGB117222140-
CMYK0.4700.370.13
HSL133.14º61.4%66.47%-
HSV(B)133.14º47.3%87.06%-
XYZ38.1957.9233.98-
YUV181.26104.7182.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.43%
GREEN value IS 222 (87.11% from 255) = 46.35%
BLUE value IS 140 (55.08% from 255) = 29.23%
R=24.43%
G=46.35%
B=29.23%

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
Decimal1172221400.4700.370.13133.1461.466.47
Hex75DE8C2F025D853d42
Octal165336214570451520575102
Binary1110101110111101000110010111101001011101100001011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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