Shades of Starship #D9E440
Tints of Starship #D9E440
RGB
CMYK
RGB Variations
Color information
#D9E440 (or 0xD9E440) is known color: Starship. HEX triplet: D9, E4 and 40. RGB value is (217,228,64). Sum of RGB (Red+Green+Blue) = 217+228+64=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E440 is #261BBF. Grayscale: #CECECE. Windows color (decimal): -2497472 or 4252889. OLE color: 4252889.
HSL color Cylindrical-coordinate representation of color #D9E440: hue angle of 64.02º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9E440 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 228 | 64 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.11 |
| HSL | 64.02º | 0.75% | 0.57% | - |
| HSV(B) | 64.02º | 0.72% | 0.89% | - |
| XYZ | 57.28 | 70.61 | 15.46 | - |
| YUV | 206.02 | 47.86 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 228 | 64 | 0.05 | 0 | 0.72 | 0.11 | 64.02 | 0.75 | 0.57 |
| Hex | D9 | E4 | 40 | 5 | 0 | 48 | B | 40 | 4B | 39 |
| Octal | 331 | 344 | 100 | 5 | 0 | 110 | 13 | 100 | 113 | 71 |
| Binary | 11011001 | 11100100 | 1000000 | 101 | 0 | 1001000 | 1011 | 1000000 | 1001011 | 111001 |
Color Harmonies of #D9E440
Complementary color
Monochromatic Colors of #D9E440
Black with #D9E440
Text Example
Text Example
White with #D9E440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E440; }
p { color: rgb(217,228,64); }
H1.HeaderClassName
{
color: #D9E440;
}
.AnyTagClassName
{
color: #D9E440;
}
</style>
background-color css
<style>
a { background-color: #D9E440; }
a { background-color: rgb(217,228,64); }
div.DivClassName
{
background-color: #D9E440;
}
.BgClassName
{
background-color: #D9E440;
}
</style>
border-color css
<style>
span { border-color: #D9E440; }
span { border-color: rgb(217,228,64); }
td.TdClassName
{
border-color: #D9E440;
}
.TagClassName
{
border-color: #D9E440;
}
</style>