#75CD87

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

Shades of De York #75CD87

Tints of De York #75CD87

Color information

#75CD87 (or 0x75CD87) is unknown color: approx De York. HEX triplet: 75, CD and 87. RGB value is (117,205,135). Sum of RGB (Red+Green+Blue) = 117+205+135=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #75CD87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CD87 is #8A3278. Grayscale: #AAAAAA. Windows color (decimal): -9056889 or 8899957. OLE color: 8899957.

HSL color Cylindrical-coordinate representation of color #75CD87: hue angle of 132.27º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CD87 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB117205135-
CMYK0.4300.340.20
HSL132.27º46.81%63.14%-
HSV(B)132.27º42.93%80.39%-
XYZ33.5449.1930.65-
YUV170.71107.8589.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.60%
GREEN value IS 205 (80.47% from 255) = 44.86%
BLUE value IS 135 (53.12% from 255) = 29.54%
R=25.60%
G=44.86%
B=29.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051350.4300.340.20132.2746.8163.14
Hex75CD872B02214842f3f
Octal16531520753042242045777
Binary1110101110011011000011110101101000101010010000100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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