Shades of Starship #D9E047
Tints of Starship #D9E047
RGB
CMYK
RGB Variations
Color information
#D9E047 (or 0xD9E047) is known color: Starship. HEX triplet: D9, E0 and 47. RGB value is (217,224,71). Sum of RGB (Red+Green+Blue) = 217+224+71=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 71 (28.12% from 255 or 13.87% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E047 is #261FB8. Grayscale: #CDCDCD. Windows color (decimal): -2498489 or 4710617. OLE color: 4710617.
HSL color Cylindrical-coordinate representation of color #D9E047: hue angle of 62.75º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9E047 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 71 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.12 |
| HSL | 62.75º | 0.71% | 0.58% | - |
| HSV(B) | 62.75º | 0.68% | 0.88% | - |
| XYZ | 56.41 | 68.52 | 16.21 | - |
| YUV | 204.47 | 52.68 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 71 | 0.03 | 0 | 0.68 | 0.12 | 62.75 | 0.71 | 0.58 |
| Hex | D9 | E0 | 47 | 3 | 0 | 44 | C | 3F | 47 | 3A |
| Octal | 331 | 340 | 107 | 3 | 0 | 104 | 14 | 77 | 107 | 72 |
| Binary | 11011001 | 11100000 | 1000111 | 11 | 0 | 1000100 | 1100 | 111111 | 1000111 | 111010 |
Color Harmonies of #D9E047
Complementary color
Monochromatic Colors of #D9E047
Black with #D9E047
Text Example
Text Example
White with #D9E047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E047; }
p { color: rgb(217,224,71); }
H1.HeaderClassName
{
color: #D9E047;
}
.AnyTagClassName
{
color: #D9E047;
}
</style>
background-color css
<style>
a { background-color: #D9E047; }
a { background-color: rgb(217,224,71); }
div.DivClassName
{
background-color: #D9E047;
}
.BgClassName
{
background-color: #D9E047;
}
</style>
border-color css
<style>
span { border-color: #D9E047; }
span { border-color: rgb(217,224,71); }
td.TdClassName
{
border-color: #D9E047;
}
.TagClassName
{
border-color: #D9E047;
}
</style>