#75D58C

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

Shades of De York #75D58C

Tints of De York #75D58C

Color information

#75D58C (or 0x75D58C) is unknown color: approx De York. HEX triplet: 75, D5 and 8C. RGB value is (117,213,140). Sum of RGB (Red+Green+Blue) = 117+213+140=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #75D58C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D58C is #8A2A73. Grayscale: #B0B0B0. Windows color (decimal): -9054836 or 9229685. OLE color: 9229685.

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

Color convert

RGB117213140-
CMYK0.4500.340.16
HSL134.38º53.33%64.71%-
HSV(B)134.38º45.07%83.53%-
XYZ35.8653.2633.2-
YUV175.97107.785.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.89%
GREEN value IS 213 (83.59% from 255) = 45.32%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=24.89%
G=45.32%
B=29.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172131400.4500.340.16134.3853.3364.71
Hex75D58C2D02210863541
Octal165325214550422020665101
Binary11101011101010110001100101101010001010000100001101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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