#75D084

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

Shades of De York #75D084

Tints of De York #75D084

Color information

#75D084 (or 0x75D084) is unknown color: approx De York. HEX triplet: 75, D0 and 84. RGB value is (117,208,132). Sum of RGB (Red+Green+Blue) = 117+208+132=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #75D084 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D084 is #8A2F7B. Grayscale: #ACACAC. Windows color (decimal): -9056124 or 8704117. OLE color: 8704117.

HSL color Cylindrical-coordinate representation of color #75D084: hue angle of 129.89º 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 #75D084 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB117208132-
CMYK0.4400.370.18
HSL129.89º49.19%63.73%-
HSV(B)129.89º43.75%81.57%-
XYZ34.0650.5629.79-
YUV172.13105.3588.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.60%
GREEN value IS 208 (81.64% from 255) = 45.51%
BLUE value IS 132 (51.95% from 255) = 28.88%
R=25.60%
G=45.51%
B=28.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172081320.4400.370.18129.8949.1963.73
Hex75D0842C02512823140
Octal165320204540452220261100
Binary11101011101000010000100101100010010110010100000101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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