#75D589

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

Shades of De York #75D589

Tints of De York #75D589

Color information

#75D589 (or 0x75D589) is unknown color: approx De York. HEX triplet: 75, D5 and 89. RGB value is (117,213,137). Sum of RGB (Red+Green+Blue) = 117+213+137=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #75D589 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D589 is #8A2A76. Grayscale: #AFAFAF. Windows color (decimal): -9054839 or 9033077. OLE color: 9033077.

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

Color convert

RGB117213137-
CMYK0.4500.360.16
HSL132.5º53.33%64.71%-
HSV(B)132.5º45.07%83.53%-
XYZ35.6553.1832.05-
YUV175.63106.286.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.05%
GREEN value IS 213 (83.59% from 255) = 45.61%
BLUE value IS 137 (53.91% from 255) = 29.34%
R=25.05%
G=45.61%
B=29.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172131370.4500.360.16132.553.3364.71
Hex75D5892D02410843541
Octal165325211550442020465101
Binary11101011101010110001001101101010010010000100001001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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