#75DA73

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

Shades of Pastel Green #75DA73

Tints of Pastel Green #75DA73

Color information

#75DA73 (or 0x75DA73) is unknown color: approx Pastel Green. HEX triplet: 75, DA and 73. RGB value is (117,218,115). Sum of RGB (Red+Green+Blue) = 117+218+115=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #75DA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DA73 is #8A258C. Grayscale: #B0B0B0. Windows color (decimal): -9053581 or 7592565. OLE color: 7592565.

HSL color Cylindrical-coordinate representation of color #75DA73: hue angle of 118.83º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DA73 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB117218115-
CMYK0.4600.470.15
HSL118.83º58.19%65.29%-
HSV(B)118.83º47.25%85.49%-
XYZ35.555.1625-
YUV176.0693.5485.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26%
GREEN value IS 218 (85.55% from 255) = 48.44%
BLUE value IS 115 (45.31% from 255) = 25.56%
R=26%
G=48.44%
B=25.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172181150.4600.470.15118.8358.1965.29
Hex75DA732E02FF773a41
Octal165332163560571716772101
Binary11101011101101011100111011100101111111111101111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,218,115); }

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

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

 a { background-color: rgb(117,218,115); }

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

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

 span { border-color: rgb(117,218,115); }

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