#75E08D

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

Shades of Pastel Green #75E08D

Tints of Pastel Green #75E08D

Color information

#75E08D (or 0x75E08D) is unknown color: approx Pastel Green. HEX triplet: 75, E0 and 8D. RGB value is (117,224,141). Sum of RGB (Red+Green+Blue) = 117+224+141=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #75E08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E08D is #8A1F72. Grayscale: #B6B6B6. Windows color (decimal): -9052019 or 9298037. OLE color: 9298037.

HSL color Cylindrical-coordinate representation of color #75E08D: hue angle of 133.46º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E08D is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB117224141-
CMYK0.4800.370.12
HSL133.46º63.31%66.86%-
HSV(B)133.46º47.77%87.84%-
XYZ38.859.0234.55-
YUV182.54104.5581.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.27%
GREEN value IS 224 (87.89% from 255) = 46.47%
BLUE value IS 141 (55.47% from 255) = 29.25%
R=24.27%
G=46.47%
B=29.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1172241410.4800.370.12133.4663.3166.86
Hex75E08D30025C853f43
Octal165340215600451420577103
Binary1110101111000001000110111000001001011100100001011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,224,141); }

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

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

 a { background-color: rgb(117,224,141); }

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

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

 span { border-color: rgb(117,224,141); }

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