#75DF8A

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

Shades of Pastel Green #75DF8A

Tints of Pastel Green #75DF8A

Color information

#75DF8A (or 0x75DF8A) is unknown color: approx Pastel Green. HEX triplet: 75, DF and 8A. RGB value is (117,223,138). Sum of RGB (Red+Green+Blue) = 117+223+138=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DF8A is #8A2075. Grayscale: #B5B5B5. Windows color (decimal): -9052278 or 9101173. OLE color: 9101173.

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

Color convert

RGB117223138-
CMYK0.4800.380.13
HSL131.89º62.35%66.67%-
HSV(B)131.89º47.53%87.45%-
XYZ38.3158.3933.3-
YUV181.62103.3881.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.48%
GREEN value IS 223 (87.5% from 255) = 46.65%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=24.48%
G=46.65%
B=28.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172231380.4800.380.13131.8962.3566.67
Hex75DF8A30026D843e43
Octal165337212600461520476103
Binary1110101110111111000101011000001001101101100001001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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