Shades of Starship #D9E13E
Tints of Starship #D9E13E
RGB
CMYK
RGB Variations
Color information
#D9E13E (or 0xD9E13E) is known color: Starship. HEX triplet: D9, E1 and 3E. RGB value is (217,225,62). Sum of RGB (Red+Green+Blue) = 217+225+62=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 62 (24.61% from 255 or 12.30% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E13E is #261EC1. Grayscale: #CCCCCC. Windows color (decimal): -2498242 or 4121049. OLE color: 4121049.
HSL color Cylindrical-coordinate representation of color #D9E13E: hue angle of 62.94º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9E13E is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 62 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.12 |
| HSL | 62.94º | 0.73% | 0.56% | - |
| HSV(B) | 62.94º | 0.72% | 0.88% | - |
| XYZ | 56.41 | 68.95 | 14.89 | - |
| YUV | 204.03 | 47.85 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 62 | 0.04 | 0 | 0.72 | 0.12 | 62.94 | 0.73 | 0.56 |
| Hex | D9 | E1 | 3E | 4 | 0 | 48 | C | 3F | 49 | 38 |
| Octal | 331 | 341 | 76 | 4 | 0 | 110 | 14 | 77 | 111 | 70 |
| Binary | 11011001 | 11100001 | 111110 | 100 | 0 | 1001000 | 1100 | 111111 | 1001001 | 111000 |
Color Harmonies of #D9E13E
Complementary color
Monochromatic Colors of #D9E13E
Black with #D9E13E
Text Example
Text Example
White with #D9E13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E13E; }
p { color: rgb(217,225,62); }
H1.HeaderClassName
{
color: #D9E13E;
}
.AnyTagClassName
{
color: #D9E13E;
}
</style>
background-color css
<style>
a { background-color: #D9E13E; }
a { background-color: rgb(217,225,62); }
div.DivClassName
{
background-color: #D9E13E;
}
.BgClassName
{
background-color: #D9E13E;
}
</style>
border-color css
<style>
span { border-color: #D9E13E; }
span { border-color: rgb(217,225,62); }
td.TdClassName
{
border-color: #D9E13E;
}
.TagClassName
{
border-color: #D9E13E;
}
</style>