Shades of Starship #D9E040
Tints of Starship #D9E040
RGB
CMYK
RGB Variations
Color information
#D9E040 (or 0xD9E040) is known color: Starship. HEX triplet: D9, E0 and 40. RGB value is (217,224,64). Sum of RGB (Red+Green+Blue) = 217+224+64=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E040 is #261FBF. Grayscale: #CCCCCC. Windows color (decimal): -2498496 or 4251865. OLE color: 4251865.
HSL color Cylindrical-coordinate representation of color #D9E040: hue angle of 62.63º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9E040 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 64 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.12 |
| HSL | 62.63º | 0.72% | 0.56% | - |
| HSV(B) | 62.63º | 0.71% | 0.88% | - |
| XYZ | 56.2 | 68.43 | 15.1 | - |
| YUV | 203.67 | 49.18 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 64 | 0.03 | 0 | 0.71 | 0.12 | 62.63 | 0.72 | 0.56 |
| Hex | D9 | E0 | 40 | 3 | 0 | 47 | C | 3F | 48 | 38 |
| Octal | 331 | 340 | 100 | 3 | 0 | 107 | 14 | 77 | 110 | 70 |
| Binary | 11011001 | 11100000 | 1000000 | 11 | 0 | 1000111 | 1100 | 111111 | 1001000 | 111000 |
Color Harmonies of #D9E040
Complementary color
Monochromatic Colors of #D9E040
Black with #D9E040
Text Example
Text Example
White with #D9E040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E040; }
p { color: rgb(217,224,64); }
H1.HeaderClassName
{
color: #D9E040;
}
.AnyTagClassName
{
color: #D9E040;
}
</style>
background-color css
<style>
a { background-color: #D9E040; }
a { background-color: rgb(217,224,64); }
div.DivClassName
{
background-color: #D9E040;
}
.BgClassName
{
background-color: #D9E040;
}
</style>
border-color css
<style>
span { border-color: #D9E040; }
span { border-color: rgb(217,224,64); }
td.TdClassName
{
border-color: #D9E040;
}
.TagClassName
{
border-color: #D9E040;
}
</style>