#75DB8E

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

Shades of De York #75DB8E

Tints of De York #75DB8E

Color information

#75DB8E (or 0x75DB8E) is unknown color: approx De York. HEX triplet: 75, DB and 8E. RGB value is (117,219,142). Sum of RGB (Red+Green+Blue) = 117+219+142=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DB8E is #8A2471. Grayscale: #B3B3B3. Windows color (decimal): -9053298 or 9362293. OLE color: 9362293.

HSL color Cylindrical-coordinate representation of color #75DB8E: hue angle of 134.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DB8E is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB117219142-
CMYK0.4700.350.14
HSL134.71º58.62%65.88%-
HSV(B)134.71º46.58%85.88%-
XYZ37.5556.434.5-
YUV179.72106.7183.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.48%
GREEN value IS 219 (85.94% from 255) = 45.82%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=24.48%
G=45.82%
B=29.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1172191420.4700.350.14134.7158.6265.88
Hex75DB8E2F023E873b42
Octal165333216570431620773102
Binary1110101110110111000111010111101000111110100001111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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