Shades of Starship #DEE040
Tints of Starship #DEE040
RGB
CMYK
RGB Variations
Color information
#DEE040 (or 0xDEE040) is known color: Starship. HEX triplet: DE, E0 and 40. RGB value is (222,224,64). Sum of RGB (Red+Green+Blue) = 222+224+64=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 64 (25.39% from 255 or 12.55% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE040 is #211FBF. Grayscale: #CDCDCD. Windows color (decimal): -2170816 or 4251870. OLE color: 4251870.
HSL color Cylindrical-coordinate representation of color #DEE040: hue angle of 60.75º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEE040 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 64 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.12 |
| HSL | 60.75º | 0.72% | 0.56% | - |
| HSV(B) | 60.75º | 0.71% | 0.88% | - |
| XYZ | 57.71 | 69.21 | 15.17 | - |
| YUV | 205.16 | 48.34 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 64 | 0.01 | 0 | 0.71 | 0.12 | 60.75 | 0.72 | 0.56 |
| Hex | DE | E0 | 40 | 1 | 0 | 47 | C | 3D | 48 | 38 |
| Octal | 336 | 340 | 100 | 1 | 0 | 107 | 14 | 75 | 110 | 70 |
| Binary | 11011110 | 11100000 | 1000000 | 1 | 0 | 1000111 | 1100 | 111101 | 1001000 | 111000 |
Color Harmonies of #DEE040
Complementary color
Monochromatic Colors of #DEE040
Black with #DEE040
Text Example
Text Example
White with #DEE040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE040; }
p { color: rgb(222,224,64); }
H1.HeaderClassName
{
color: #DEE040;
}
.AnyTagClassName
{
color: #DEE040;
}
</style>
background-color css
<style>
a { background-color: #DEE040; }
a { background-color: rgb(222,224,64); }
div.DivClassName
{
background-color: #DEE040;
}
.BgClassName
{
background-color: #DEE040;
}
</style>
border-color css
<style>
span { border-color: #DEE040; }
span { border-color: rgb(222,224,64); }
td.TdClassName
{
border-color: #DEE040;
}
.TagClassName
{
border-color: #DEE040;
}
</style>