#90D185

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

Shades of De York #90D185

Tints of De York #90D185

Color information

#90D185 (or 0x90D185) is unknown color: approx De York. HEX triplet: 90, D1 and 85. RGB value is (144,209,133). Sum of RGB (Red+Green+Blue) = 144+209+133=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #90D185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D185 is #6F2E7A. Grayscale: #B5B5B5. Windows color (decimal): -7286395 or 8769936. OLE color: 8769936.

HSL color Cylindrical-coordinate representation of color #90D185: hue angle of 111.32º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90D185 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB144209133-
CMYK0.3100.360.18
HSL111.32º45.24%67.06%-
HSV(B)111.32º36.36%81.96%-
XYZ38.5453.2230.43-
YUV180.9100.97101.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.63%
GREEN value IS 209 (82.03% from 255) = 43.00%
BLUE value IS 133 (52.34% from 255) = 27.37%
R=29.63%
G=43.00%
B=27.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1442091330.3100.360.18111.3245.2467.06
Hex90D1851F024126f2d43
Octal220321205370442215755103
Binary1001000011010001100001011111101001001001011011111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90D185; }

 p { color: rgb(144,209,133); }

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

<style>
 a { background-color: #90D185; }

 a { background-color: rgb(144,209,133); }

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

<style>
 span { border-color: #90D185; }

 span { border-color: rgb(144,209,133); }

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