#75D08E

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

Shades of De York #75D08E

Tints of De York #75D08E

Color information

#75D08E (or 0x75D08E) is unknown color: approx De York. HEX triplet: 75, D0 and 8E. RGB value is (117,208,142). Sum of RGB (Red+Green+Blue) = 117+208+142=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #75D08E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D08E is #8A2F71. Grayscale: #ADADAD. Windows color (decimal): -9056114 or 9359477. OLE color: 9359477.

HSL color Cylindrical-coordinate representation of color #75D08E: hue angle of 136.48º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D08E is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB117208142-
CMYK0.4400.320.18
HSL136.48º49.19%63.73%-
HSV(B)136.48º43.75%81.57%-
XYZ34.7750.8533.57-
YUV173.27110.3587.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.05%
GREEN value IS 208 (81.64% from 255) = 44.54%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=25.05%
G=44.54%
B=30.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172081420.4400.320.18136.4849.1963.73
Hex75D08E2C02012883140
Octal165320216540402221061100
Binary11101011101000010001110101100010000010010100010001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,208,142); }

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

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

 a { background-color: rgb(117,208,142); }

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

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

 span { border-color: rgb(117,208,142); }

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