Shades of Starship #D9E445
Tints of Starship #D9E445
RGB
CMYK
RGB Variations
Color information
#D9E445 (or 0xD9E445) is known color: Starship. HEX triplet: D9, E4 and 45. RGB value is (217,228,69). Sum of RGB (Red+Green+Blue) = 217+228+69=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 69 (27.34% from 255 or 13.42% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E445 is #261BBA. Grayscale: #CFCFCF. Windows color (decimal): -2497467 or 4580569. OLE color: 4580569.
HSL color Cylindrical-coordinate representation of color #D9E445: hue angle of 64.15º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9E445 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 228 | 69 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.11 |
| HSL | 64.15º | 0.75% | 0.58% | - |
| HSV(B) | 64.15º | 0.7% | 0.89% | - |
| XYZ | 57.43 | 70.67 | 16.24 | - |
| YUV | 206.59 | 50.36 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 228 | 69 | 0.05 | 0 | 0.70 | 0.11 | 64.15 | 0.75 | 0.58 |
| Hex | D9 | E4 | 45 | 5 | 0 | 46 | B | 40 | 4B | 3A |
| Octal | 331 | 344 | 105 | 5 | 0 | 106 | 13 | 100 | 113 | 72 |
| Binary | 11011001 | 11100100 | 1000101 | 101 | 0 | 1000110 | 1011 | 1000000 | 1001011 | 111010 |
Color Harmonies of #D9E445
Complementary color
Monochromatic Colors of #D9E445
Black with #D9E445
Text Example
Text Example
White with #D9E445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E445; }
p { color: rgb(217,228,69); }
H1.HeaderClassName
{
color: #D9E445;
}
.AnyTagClassName
{
color: #D9E445;
}
</style>
background-color css
<style>
a { background-color: #D9E445; }
a { background-color: rgb(217,228,69); }
div.DivClassName
{
background-color: #D9E445;
}
.BgClassName
{
background-color: #D9E445;
}
</style>
border-color css
<style>
span { border-color: #D9E445; }
span { border-color: rgb(217,228,69); }
td.TdClassName
{
border-color: #D9E445;
}
.TagClassName
{
border-color: #D9E445;
}
</style>