#90CD8E

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

Shades of De York #90CD8E

Tints of De York #90CD8E

Color information

#90CD8E (or 0x90CD8E) is unknown color: approx De York. HEX triplet: 90, CD and 8E. RGB value is (144,205,142). Sum of RGB (Red+Green+Blue) = 144+205+142=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #90CD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CD8E is #6F3271. Grayscale: #B3B3B3. Windows color (decimal): -7287410 or 9358736. OLE color: 9358736.

HSL color Cylindrical-coordinate representation of color #90CD8E: hue angle of 118.1º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90CD8E is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB144205142-
CMYK0.3000.310.20
HSL118.1º38.65%68.04%-
HSV(B)118.1º30.73%80.39%-
XYZ38.2251.5433.53-
YUV179.58106.79102.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.33%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=29.33%
G=41.75%
B=28.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1442051420.3000.310.20118.138.6568.04
Hex90CD8E1E01F14762744
Octal220315216360372416647104
Binary100100001100110110001110111100111111010011101101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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