#90D594

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

Shades of De York #90D594

Tints of De York #90D594

Color information

#90D594 (or 0x90D594) is unknown color: approx De York. HEX triplet: 90, D5 and 94. RGB value is (144,213,148). Sum of RGB (Red+Green+Blue) = 144+213+148=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #90D594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D594 is #6F2A6B. Grayscale: #B9B9B9. Windows color (decimal): -7285356 or 9754000. OLE color: 9754000.

HSL color Cylindrical-coordinate representation of color #90D594: hue angle of 123.48º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90D594 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB144213148-
CMYK0.3200.310.16
HSL123.48º45.1%70%-
HSV(B)123.48º32.39%83.53%-
XYZ40.6455.6636.62-
YUV184.96107.1498.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.51%
GREEN value IS 213 (83.59% from 255) = 42.18%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=28.51%
G=42.18%
B=29.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1442131480.3200.310.16123.4845.170
Hex90D5942001F107b2d46
Octal220325224400372017355106
Binary1001000011010101100101001000000111111000011110111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,213,148); }

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

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

 a { background-color: rgb(144,213,148); }

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

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

 span { border-color: rgb(144,213,148); }

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