Shades of De York #90CF8A
Tints of De York #90CF8A
RGB
CMYK
RGB Variations
Color information
#90CF8A (or 0x90CF8A) is known color: De York. HEX triplet: 90, CF and 8A. RGB value is (144,207,138). Sum of RGB (Red+Green+Blue) = 144+207+138=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CF8A is #6F3075. Grayscale: #B4B4B4. Windows color (decimal): -7286902 or 9097104. OLE color: 9097104.
HSL color Cylindrical-coordinate representation of color #90CF8A: hue angle of 114.78º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90CF8A is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 138 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.19 |
| HSL | 114.78º | 0.42% | 0.68% | - |
| HSV(B) | 114.78º | 0.33% | 0.81% | - |
| XYZ | 38.4 | 52.39 | 32.13 | - |
| YUV | 180.3 | 104.13 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 138 | 0.30 | 0 | 0.33 | 0.19 | 114.78 | 0.42 | 0.68 |
| Hex | 90 | CF | 8A | 1E | 0 | 21 | 13 | 73 | 2A | 44 |
| Octal | 220 | 317 | 212 | 36 | 0 | 41 | 23 | 163 | 52 | 104 |
| Binary | 10010000 | 11001111 | 10001010 | 11110 | 0 | 100001 | 10011 | 1110011 | 101010 | 1000100 |
Color Harmonies of #90CF8A
Complementary color
Monochromatic Colors of #90CF8A
Black with #90CF8A
Text Example
Text Example
White with #90CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CF8A; }
p { color: rgb(144,207,138); }
H1.HeaderClassName
{
color: #90CF8A;
}
.AnyTagClassName
{
color: #90CF8A;
}
</style>
background-color css
<style>
a { background-color: #90CF8A; }
a { background-color: rgb(144,207,138); }
div.DivClassName
{
background-color: #90CF8A;
}
.BgClassName
{
background-color: #90CF8A;
}
</style>
border-color css
<style>
span { border-color: #90CF8A; }
span { border-color: rgb(144,207,138); }
td.TdClassName
{
border-color: #90CF8A;
}
.TagClassName
{
border-color: #90CF8A;
}
</style>