#75DA84

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

Shades of Pastel Green #75DA84

Tints of Pastel Green #75DA84

Color information

#75DA84 (or 0x75DA84) is unknown color: approx Pastel Green. HEX triplet: 75, DA and 84. RGB value is (117,218,132). Sum of RGB (Red+Green+Blue) = 117+218+132=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #75DA84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DA84 is #8A257B. Grayscale: #B2B2B2. Windows color (decimal): -9053564 or 8706677. OLE color: 8706677.

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

Color convert

RGB117218132-
CMYK0.4600.390.15
HSL128.91º57.71%65.69%-
HSV(B)128.91º46.33%85.49%-
XYZ36.5755.5930.63-
YUV178102.0484.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.05%
GREEN value IS 218 (85.55% from 255) = 46.68%
BLUE value IS 132 (51.95% from 255) = 28.27%
R=25.05%
G=46.68%
B=28.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172181320.4600.390.15128.9157.7165.69
Hex75DA842E027F813a42
Octal165332204560471720172102
Binary1110101110110101000010010111001001111111100000011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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