Shades of Starship #D8E040
Tints of Starship #D8E040
RGB
CMYK
RGB Variations
Color information
#D8E040 (or 0xD8E040) is known color: Starship. HEX triplet: D8, E0 and 40. RGB value is (216,224,64). Sum of RGB (Red+Green+Blue) = 216+224+64=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8E040 is #271FBF. Grayscale: #CBCBCB. Windows color (decimal): -2564032 or 4251864. OLE color: 4251864.
HSL color Cylindrical-coordinate representation of color #D8E040: hue angle of 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 #D8E040 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 224 | 64 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.12 |
| HSL | 63º | 0.72% | 0.56% | - |
| HSV(B) | 63º | 0.71% | 0.88% | - |
| XYZ | 55.9 | 68.28 | 15.08 | - |
| YUV | 203.37 | 49.35 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 224 | 64 | 0.04 | 0 | 0.71 | 0.12 | 63 | 0.72 | 0.56 |
| Hex | D8 | E0 | 40 | 4 | 0 | 47 | C | 3F | 48 | 38 |
| Octal | 330 | 340 | 100 | 4 | 0 | 107 | 14 | 77 | 110 | 70 |
| Binary | 11011000 | 11100000 | 1000000 | 100 | 0 | 1000111 | 1100 | 111111 | 1001000 | 111000 |
Color Harmonies of #D8E040
Complementary color
Monochromatic Colors of #D8E040
Black with #D8E040
Text Example
Text Example
White with #D8E040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E040; }
p { color: rgb(216,224,64); }
H1.HeaderClassName
{
color: #D8E040;
}
.AnyTagClassName
{
color: #D8E040;
}
</style>
background-color css
<style>
a { background-color: #D8E040; }
a { background-color: rgb(216,224,64); }
div.DivClassName
{
background-color: #D8E040;
}
.BgClassName
{
background-color: #D8E040;
}
</style>
border-color css
<style>
span { border-color: #D8E040; }
span { border-color: rgb(216,224,64); }
td.TdClassName
{
border-color: #D8E040;
}
.TagClassName
{
border-color: #D8E040;
}
</style>