#75D28D

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

Shades of De York #75D28D

Tints of De York #75D28D

Color information

#75D28D (or 0x75D28D) is unknown color: approx De York. HEX triplet: 75, D2 and 8D. RGB value is (117,210,141). Sum of RGB (Red+Green+Blue) = 117+210+141=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #75D28D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D28D is #8A2D72. Grayscale: #AEAEAE. Windows color (decimal): -9055603 or 9294453. OLE color: 9294453.

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

Color convert

RGB117210141-
CMYK0.4400.330.18
HSL135.48º50.82%64.12%-
HSV(B)135.48º44.29%82.35%-
XYZ35.1951.833.34-
YUV174.33109.1987.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25%
GREEN value IS 210 (82.42% from 255) = 44.87%
BLUE value IS 141 (55.47% from 255) = 30.13%
R=25%
G=44.87%
B=30.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172101410.4400.330.18135.4850.8264.12
Hex75D28D2C02112873340
Octal165322215540412220763100
Binary11101011101001010001101101100010000110010100001111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,210,141); }

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

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

 a { background-color: rgb(117,210,141); }

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

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

 span { border-color: rgb(117,210,141); }

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