Shades of Starship #D8E348
Tints of Starship #D8E348
RGB
CMYK
RGB Variations
Color information
#D8E348 (or 0xD8E348) is known color: Starship. HEX triplet: D8, E3 and 48. RGB value is (216,227,72). Sum of RGB (Red+Green+Blue) = 216+227+72=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 72 (28.52% from 255 or 13.98% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #D8E348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8E348 is #271CB7. Grayscale: #CECECE. Windows color (decimal): -2563256 or 4776920. OLE color: 4776920.
HSL color Cylindrical-coordinate representation of color #D8E348: hue angle of 64.26º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8E348 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 227 | 72 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.11 |
| HSL | 64.26º | 0.73% | 0.59% | - |
| HSV(B) | 64.26º | 0.68% | 0.89% | - |
| XYZ | 56.96 | 70 | 16.64 | - |
| YUV | 206.04 | 52.36 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 227 | 72 | 0.05 | 0 | 0.68 | 0.11 | 64.26 | 0.73 | 0.59 |
| Hex | D8 | E3 | 48 | 5 | 0 | 44 | B | 40 | 49 | 3B |
| Octal | 330 | 343 | 110 | 5 | 0 | 104 | 13 | 100 | 111 | 73 |
| Binary | 11011000 | 11100011 | 1001000 | 101 | 0 | 1000100 | 1011 | 1000000 | 1001001 | 111011 |
Color Harmonies of #D8E348
Complementary color
Monochromatic Colors of #D8E348
Black with #D8E348
Text Example
Text Example
White with #D8E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E348; }
p { color: rgb(216,227,72); }
H1.HeaderClassName
{
color: #D8E348;
}
.AnyTagClassName
{
color: #D8E348;
}
</style>
background-color css
<style>
a { background-color: #D8E348; }
a { background-color: rgb(216,227,72); }
div.DivClassName
{
background-color: #D8E348;
}
.BgClassName
{
background-color: #D8E348;
}
</style>
border-color css
<style>
span { border-color: #D8E348; }
span { border-color: rgb(216,227,72); }
td.TdClassName
{
border-color: #D8E348;
}
.TagClassName
{
border-color: #D8E348;
}
</style>