Shades of Starship #DEE440
Tints of Starship #DEE440
RGB
CMYK
RGB Variations
Color information
#DEE440 (or 0xDEE440) is known color: Starship. HEX triplet: DE, E4 and 40. RGB value is (222,228,64). Sum of RGB (Red+Green+Blue) = 222+228+64=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 64 (25.39% from 255 or 12.45% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE440 is #211BBF. Grayscale: #D0D0D0. Windows color (decimal): -2169792 or 4252894. OLE color: 4252894.
HSL color Cylindrical-coordinate representation of color #DEE440: hue angle of 62.2º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEE440 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 64 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.11 |
| HSL | 62.2º | 0.75% | 0.57% | - |
| HSV(B) | 62.2º | 0.72% | 0.89% | - |
| XYZ | 58.79 | 71.39 | 15.53 | - |
| YUV | 207.51 | 47.01 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 64 | 0.03 | 0 | 0.72 | 0.11 | 62.2 | 0.75 | 0.57 |
| Hex | DE | E4 | 40 | 3 | 0 | 48 | B | 3E | 4B | 39 |
| Octal | 336 | 344 | 100 | 3 | 0 | 110 | 13 | 76 | 113 | 71 |
| Binary | 11011110 | 11100100 | 1000000 | 11 | 0 | 1001000 | 1011 | 111110 | 1001011 | 111001 |
Color Harmonies of #DEE440
Complementary color
Monochromatic Colors of #DEE440
Black with #DEE440
Text Example
Text Example
White with #DEE440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE440; }
p { color: rgb(222,228,64); }
H1.HeaderClassName
{
color: #DEE440;
}
.AnyTagClassName
{
color: #DEE440;
}
</style>
background-color css
<style>
a { background-color: #DEE440; }
a { background-color: rgb(222,228,64); }
div.DivClassName
{
background-color: #DEE440;
}
.BgClassName
{
background-color: #DEE440;
}
</style>
border-color css
<style>
span { border-color: #DEE440; }
span { border-color: rgb(222,228,64); }
td.TdClassName
{
border-color: #DEE440;
}
.TagClassName
{
border-color: #DEE440;
}
</style>