#75D584

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

Shades of Pastel Green #75D584

Tints of Pastel Green #75D584

Color information

#75D584 (or 0x75D584) is unknown color: approx Pastel Green. HEX triplet: 75, D5 and 84. RGB value is (117,213,132). Sum of RGB (Red+Green+Blue) = 117+213+132=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #75D584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D584 is #8A2A7B. Grayscale: #AFAFAF. Windows color (decimal): -9054844 or 8705397. OLE color: 8705397.

HSL color Cylindrical-coordinate representation of color #75D584: hue angle of 129.38º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D584 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB117213132-
CMYK0.4500.380.16
HSL129.38º53.33%64.71%-
HSV(B)129.38º45.07%83.53%-
XYZ35.353.0430.21-
YUV175.06103.786.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.32%
GREEN value IS 213 (83.59% from 255) = 46.10%
BLUE value IS 132 (51.95% from 255) = 28.57%
R=25.32%
G=46.10%
B=28.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172131320.4500.380.16129.3853.3364.71
Hex75D5842D02610813541
Octal165325204550462020165101
Binary11101011101010110000100101101010011010000100000011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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