Shades of Starship #DEE540
Tints of Starship #DEE540
RGB
CMYK
RGB Variations
Color information
#DEE540 (or 0xDEE540) is known color: Starship. HEX triplet: DE, E5 and 40. RGB value is (222,229,64). Sum of RGB (Red+Green+Blue) = 222+229+64=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE540 is #211ABF. Grayscale: #D0D0D0. Windows color (decimal): -2169536 or 4253150. OLE color: 4253150.
HSL color Cylindrical-coordinate representation of color #DEE540: hue angle of 62.55º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEE540 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 64 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.10 |
| HSL | 62.55º | 0.76% | 0.57% | - |
| HSV(B) | 62.55º | 0.72% | 0.9% | - |
| XYZ | 59.07 | 71.94 | 15.62 | - |
| YUV | 208.1 | 46.68 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 64 | 0.03 | 0 | 0.72 | 0.10 | 62.55 | 0.76 | 0.57 |
| Hex | DE | E5 | 40 | 3 | 0 | 48 | A | 3F | 4C | 39 |
| Octal | 336 | 345 | 100 | 3 | 0 | 110 | 12 | 77 | 114 | 71 |
| Binary | 11011110 | 11100101 | 1000000 | 11 | 0 | 1001000 | 1010 | 111111 | 1001100 | 111001 |
Color Harmonies of #DEE540
Complementary color
Monochromatic Colors of #DEE540
Black with #DEE540
Text Example
Text Example
White with #DEE540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE540; }
p { color: rgb(222,229,64); }
H1.HeaderClassName
{
color: #DEE540;
}
.AnyTagClassName
{
color: #DEE540;
}
</style>
background-color css
<style>
a { background-color: #DEE540; }
a { background-color: rgb(222,229,64); }
div.DivClassName
{
background-color: #DEE540;
}
.BgClassName
{
background-color: #DEE540;
}
</style>
border-color css
<style>
span { border-color: #DEE540; }
span { border-color: rgb(222,229,64); }
td.TdClassName
{
border-color: #DEE540;
}
.TagClassName
{
border-color: #DEE540;
}
</style>