#90D48E

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

Shades of De York #90D48E

Tints of De York #90D48E

Color information

#90D48E (or 0x90D48E) is unknown color: approx De York. HEX triplet: 90, D4 and 8E. RGB value is (144,212,142). Sum of RGB (Red+Green+Blue) = 144+212+142=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 212 - color contains mainly: green. Hex color #90D48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D48E is #6F2B71. Grayscale: #B7B7B7. Windows color (decimal): -7285618 or 9360528. OLE color: 9360528.

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

Color convert

RGB144212142-
CMYK0.3200.330.17
HSL118.29º44.87%69.41%-
HSV(B)118.29º33.02%83.14%-
XYZ39.9354.9734.1-
YUV183.69104.4799.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.92%
GREEN value IS 212 (83.20% from 255) = 42.57%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=28.92%
G=42.57%
B=28.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1442121420.3200.330.17118.2944.8769.41
Hex90D48E2002111762d45
Octal220324216400412116655105
Binary10010000110101001000111010000001000011000111101101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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