#90D48D

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

Shades of De York #90D48D

Tints of De York #90D48D

Color information

#90D48D (or 0x90D48D) is unknown color: approx De York. HEX triplet: 90, D4 and 8D. RGB value is (144,212,141). Sum of RGB (Red+Green+Blue) = 144+212+141=497 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.97% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 212 - color contains mainly: green. Hex color #90D48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D48D is #6F2B72. Grayscale: #B7B7B7. Windows color (decimal): -7285619 or 9294992. OLE color: 9294992.

HSL color Cylindrical-coordinate representation of color #90D48D: hue angle of 117.46º 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 #90D48D is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB144212141-
CMYK0.3200.330.17
HSL117.46º45.22%69.22%-
HSV(B)117.46º33.49%83.14%-
XYZ39.8554.9433.7-
YUV183.57103.9799.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.97%
GREEN value IS 212 (83.20% from 255) = 42.66%
BLUE value IS 141 (55.47% from 255) = 28.37%
R=28.97%
G=42.66%
B=28.37%

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
Decimal1442121410.3200.330.17117.4645.2269.22
Hex90D48D2002111752d45
Octal220324215400412116555105
Binary10010000110101001000110110000001000011000111101011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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