Shades of Starship #D7E045
Tints of Starship #D7E045
RGB
CMYK
RGB Variations
Color information
#D7E045 (or 0xD7E045) is known color: Starship. HEX triplet: D7, E0 and 45. RGB value is (215,224,69). Sum of RGB (Red+Green+Blue) = 215+224+69=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 69 (27.34% from 255 or 13.58% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7E045 is #281FBA. Grayscale: #CCCCCC. Windows color (decimal): -2629563 or 4579543. OLE color: 4579543.
HSL color Cylindrical-coordinate representation of color #D7E045: hue angle of 63.48º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D7E045 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 224 | 69 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.12 |
| HSL | 63.48º | 0.71% | 0.57% | - |
| HSV(B) | 63.48º | 0.69% | 0.88% | - |
| XYZ | 55.75 | 68.19 | 15.85 | - |
| YUV | 203.64 | 52.02 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 224 | 69 | 0.04 | 0 | 0.69 | 0.12 | 63.48 | 0.71 | 0.57 |
| Hex | D7 | E0 | 45 | 4 | 0 | 45 | C | 3F | 47 | 39 |
| Octal | 327 | 340 | 105 | 4 | 0 | 105 | 14 | 77 | 107 | 71 |
| Binary | 11010111 | 11100000 | 1000101 | 100 | 0 | 1000101 | 1100 | 111111 | 1000111 | 111001 |
Color Harmonies of #D7E045
Complementary color
Monochromatic Colors of #D7E045
Black with #D7E045
Text Example
Text Example
White with #D7E045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E045; }
p { color: rgb(215,224,69); }
H1.HeaderClassName
{
color: #D7E045;
}
.AnyTagClassName
{
color: #D7E045;
}
</style>
background-color css
<style>
a { background-color: #D7E045; }
a { background-color: rgb(215,224,69); }
div.DivClassName
{
background-color: #D7E045;
}
.BgClassName
{
background-color: #D7E045;
}
</style>
border-color css
<style>
span { border-color: #D7E045; }
span { border-color: rgb(215,224,69); }
td.TdClassName
{
border-color: #D7E045;
}
.TagClassName
{
border-color: #D7E045;
}
</style>