#75D587

Color #75D587 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #75D587

Tints of De York #75D587

Color information

#75D587 (or 0x75D587) is unknown color: approx De York. HEX triplet: 75, D5 and 87. RGB value is (117,213,135). Sum of RGB (Red+Green+Blue) = 117+213+135=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #75D587 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D587 is #8A2A78. Grayscale: #AFAFAF. Windows color (decimal): -9054841 or 8902005. OLE color: 8902005.

HSL color Cylindrical-coordinate representation of color #75D587: hue angle of 131.25º 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 #75D587 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB117213135-
CMYK0.4500.370.16
HSL131.25º53.33%64.71%-
HSV(B)131.25º45.07%83.53%-
XYZ35.553.1231.3-
YUV175.4105.286.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.16%
GREEN value IS 213 (83.59% from 255) = 45.81%
BLUE value IS 135 (53.12% from 255) = 29.03%
R=25.16%
G=45.81%
B=29.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172131350.4500.370.16131.2553.3364.71
Hex75D5872D02510833541
Octal165325207550452020365101
Binary11101011101010110000111101101010010110000100000111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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