#90D485

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

Shades of De York #90D485

Tints of De York #90D485

Color information

#90D485 (or 0x90D485) is unknown color: approx De York. HEX triplet: 90, D4 and 85. RGB value is (144,212,133). Sum of RGB (Red+Green+Blue) = 144+212+133=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 212 - color contains mainly: green. Hex color #90D485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D485 is #6F2B7A. Grayscale: #B6B6B6. Windows color (decimal): -7285627 or 8770704. OLE color: 8770704.

HSL color Cylindrical-coordinate representation of color #90D485: hue angle of 111.65º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90D485 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB144212133-
CMYK0.3200.370.17
HSL111.65º47.88%67.65%-
HSV(B)111.65º37.26%83.14%-
XYZ39.2854.7130.68-
YUV182.6699.97100.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.45%
GREEN value IS 212 (83.20% from 255) = 43.35%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=29.45%
G=43.35%
B=27.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1442121330.3200.370.17111.6547.8867.65
Hex90D4852002511703044
Octal220324205400452116060104
Binary10010000110101001000010110000001001011000111100001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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