#90d084

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

Shades of De York #90D084

Tints of De York #90D084

Color information

#90D084 (or 0x90D084) is unknown color: approx De York. HEX triplet: 90, D0 and 84. RGB value is (144,208,132). Sum of RGB (Red+Green+Blue) = 144+208+132=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #90D084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D084 is #6F2F7B. Grayscale: #B4B4B4. Windows color (decimal): -7286652 or 8704144. OLE color: 8704144.

HSL color Cylindrical-coordinate representation of color #90D084: hue angle of 110.53º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90D084 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB144208132-
CMYK0.3100.370.18
HSL110.53º44.71%66.67%-
HSV(B)110.53º36.54%81.57%-
XYZ38.2252.7129.99-
YUV180.2100.8102.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.75%
GREEN value IS 208 (81.64% from 255) = 42.98%
BLUE value IS 132 (51.95% from 255) = 27.27%
R=29.75%
G=42.98%
B=27.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1442081320.3100.370.18110.5344.7166.67
Hex90D0841F025126f2d43
Octal220320204370452215755103
Binary1001000011010000100001001111101001011001011011111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90d084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,208,132); }

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

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

 a { background-color: rgb(144,208,132); }

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

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

 span { border-color: rgb(144,208,132); }

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