Shades of Starship #D8E144
Tints of Starship #D8E144
RGB
CMYK
RGB Variations
Color information
#D8E144 (or 0xD8E144) is known color: Starship. HEX triplet: D8, E1 and 44. RGB value is (216,225,68). Sum of RGB (Red+Green+Blue) = 216+225+68=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 68 (26.95% from 255 or 13.36% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8E144 is #271EBB. Grayscale: #CDCDCD. Windows color (decimal): -2563772 or 4514264. OLE color: 4514264.
HSL color Cylindrical-coordinate representation of color #D8E144: hue angle of 63.44º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8E144 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 225 | 68 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.12 |
| HSL | 63.44º | 0.72% | 0.57% | - |
| HSV(B) | 63.44º | 0.7% | 0.88% | - |
| XYZ | 56.29 | 68.87 | 15.79 | - |
| YUV | 204.41 | 51.02 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 225 | 68 | 0.04 | 0 | 0.70 | 0.12 | 63.44 | 0.72 | 0.57 |
| Hex | D8 | E1 | 44 | 4 | 0 | 46 | C | 3F | 48 | 39 |
| Octal | 330 | 341 | 104 | 4 | 0 | 106 | 14 | 77 | 110 | 71 |
| Binary | 11011000 | 11100001 | 1000100 | 100 | 0 | 1000110 | 1100 | 111111 | 1001000 | 111001 |
Color Harmonies of #D8E144
Complementary color
Monochromatic Colors of #D8E144
Black with #D8E144
Text Example
Text Example
White with #D8E144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E144; }
p { color: rgb(216,225,68); }
H1.HeaderClassName
{
color: #D8E144;
}
.AnyTagClassName
{
color: #D8E144;
}
</style>
background-color css
<style>
a { background-color: #D8E144; }
a { background-color: rgb(216,225,68); }
div.DivClassName
{
background-color: #D8E144;
}
.BgClassName
{
background-color: #D8E144;
}
</style>
border-color css
<style>
span { border-color: #D8E144; }
span { border-color: rgb(216,225,68); }
td.TdClassName
{
border-color: #D8E144;
}
.TagClassName
{
border-color: #D8E144;
}
</style>