#90D58E

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

Shades of De York #90D58E

Tints of De York #90D58E

Color information

#90D58E (or 0x90D58E) is unknown color: approx De York. HEX triplet: 90, D5 and 8E. RGB value is (144,213,142). Sum of RGB (Red+Green+Blue) = 144+213+142=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #90D58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D58E is #6F2A71. Grayscale: #B8B8B8. Windows color (decimal): -7285362 or 9360784. OLE color: 9360784.

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

Color convert

RGB144213142-
CMYK0.3200.330.16
HSL118.31º45.81%69.61%-
HSV(B)118.31º33.33%83.53%-
XYZ40.1855.4734.18-
YUV184.27104.1499.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.86%
GREEN value IS 213 (83.59% from 255) = 42.69%
BLUE value IS 142 (55.86% from 255) = 28.46%
R=28.86%
G=42.69%
B=28.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1442131420.3200.330.16118.3145.8169.61
Hex90D58E2002110762e46
Octal220325216400412016656106
Binary10010000110101011000111010000001000011000011101101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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