#75DF8B

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

Shades of Pastel Green #75DF8B

Tints of Pastel Green #75DF8B

Color information

#75DF8B (or 0x75DF8B) is unknown color: approx Pastel Green. HEX triplet: 75, DF and 8B. RGB value is (117,223,139). Sum of RGB (Red+Green+Blue) = 117+223+139=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DF8B is #8A2074. Grayscale: #B5B5B5. Windows color (decimal): -9052277 or 9166709. OLE color: 9166709.

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

Color convert

RGB117223139-
CMYK0.4800.380.13
HSL132.45º62.35%66.67%-
HSV(B)132.45º47.53%87.45%-
XYZ38.3858.4233.68-
YUV181.73103.8881.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.43%
GREEN value IS 223 (87.5% from 255) = 46.56%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=24.43%
G=46.56%
B=29.02%

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
Decimal1172231390.4800.380.13132.4562.3566.67
Hex75DF8B30026D843e43
Octal165337213600461520476103
Binary1110101110111111000101111000001001101101100001001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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