Shades of Starship #D7E047
Tints of Starship #D7E047
RGB
CMYK
RGB Variations
Color information
#D7E047 (or 0xD7E047) is known color: Starship. HEX triplet: D7, E0 and 47. RGB value is (215,224,71). Sum of RGB (Red+Green+Blue) = 215+224+71=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 71 (28.12% from 255 or 13.92% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7E047 is #281FB8. Grayscale: #CCCCCC. Windows color (decimal): -2629561 or 4710615. OLE color: 4710615.
HSL color Cylindrical-coordinate representation of color #D7E047: hue angle of 63.53º 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 #D7E047 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 224 | 71 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.12 |
| HSL | 63.53º | 0.71% | 0.58% | - |
| HSV(B) | 63.53º | 0.68% | 0.88% | - |
| XYZ | 55.82 | 68.21 | 16.19 | - |
| YUV | 203.87 | 53.02 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 224 | 71 | 0.04 | 0 | 0.68 | 0.12 | 63.53 | 0.71 | 0.58 |
| Hex | D7 | E0 | 47 | 4 | 0 | 44 | C | 40 | 47 | 3A |
| Octal | 327 | 340 | 107 | 4 | 0 | 104 | 14 | 100 | 107 | 72 |
| Binary | 11010111 | 11100000 | 1000111 | 100 | 0 | 1000100 | 1100 | 1000000 | 1000111 | 111010 |
Color Harmonies of #D7E047
Complementary color
Monochromatic Colors of #D7E047
Black with #D7E047
Text Example
Text Example
White with #D7E047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E047; }
p { color: rgb(215,224,71); }
H1.HeaderClassName
{
color: #D7E047;
}
.AnyTagClassName
{
color: #D7E047;
}
</style>
background-color css
<style>
a { background-color: #D7E047; }
a { background-color: rgb(215,224,71); }
div.DivClassName
{
background-color: #D7E047;
}
.BgClassName
{
background-color: #D7E047;
}
</style>
border-color css
<style>
span { border-color: #D7E047; }
span { border-color: rgb(215,224,71); }
td.TdClassName
{
border-color: #D7E047;
}
.TagClassName
{
border-color: #D7E047;
}
</style>