#75DF8E

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

Shades of Pastel Green #75DF8E

Tints of Pastel Green #75DF8E

Color information

#75DF8E (or 0x75DF8E) is unknown color: approx Pastel Green. HEX triplet: 75, DF and 8E. RGB value is (117,223,142). Sum of RGB (Red+Green+Blue) = 117+223+142=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DF8E is #8A2071. Grayscale: #B6B6B6. Windows color (decimal): -9052274 or 9363317. OLE color: 9363317.

HSL color Cylindrical-coordinate representation of color #75DF8E: hue angle of 134.15º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DF8E is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB117223142-
CMYK0.4800.360.13
HSL134.15º62.35%66.67%-
HSV(B)134.15º47.53%87.45%-
XYZ38.6158.5134.85-
YUV182.07105.3881.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.27%
GREEN value IS 223 (87.5% from 255) = 46.27%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=24.27%
G=46.27%
B=29.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172231420.4800.360.13134.1562.3566.67
Hex75DF8E30024D863e43
Octal165337216600441520676103
Binary1110101110111111000111011000001001001101100001101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,223,142); }

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

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

 a { background-color: rgb(117,223,142); }

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

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

 span { border-color: rgb(117,223,142); }

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