Shades of Starship #DEE841
Tints of Starship #DEE841
RGB
CMYK
RGB Variations
Color information
#DEE841 (or 0xDEE841) is known color: Starship. HEX triplet: DE, E8 and 41. RGB value is (222,232,65). Sum of RGB (Red+Green+Blue) = 222+232+65=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 65 (25.78% from 255 or 12.52% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE841 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE841 is #2117BE. Grayscale: #D2D2D2. Windows color (decimal): -2168767 or 4319454. OLE color: 4319454.
HSL color Cylindrical-coordinate representation of color #DEE841: hue angle of 63.59º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEE841 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 65 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.09 |
| HSL | 63.59º | 0.78% | 0.58% | - |
| HSV(B) | 63.59º | 0.72% | 0.91% | - |
| XYZ | 59.93 | 73.62 | 16.05 | - |
| YUV | 209.97 | 46.19 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 65 | 0.04 | 0 | 0.72 | 0.09 | 63.59 | 0.78 | 0.58 |
| Hex | DE | E8 | 41 | 4 | 0 | 48 | 9 | 40 | 4E | 3A |
| Octal | 336 | 350 | 101 | 4 | 0 | 110 | 11 | 100 | 116 | 72 |
| Binary | 11011110 | 11101000 | 1000001 | 100 | 0 | 1001000 | 1001 | 1000000 | 1001110 | 111010 |
Color Harmonies of #DEE841
Complementary color
Monochromatic Colors of #DEE841
Black with #DEE841
Text Example
Text Example
White with #DEE841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE841; }
p { color: rgb(222,232,65); }
H1.HeaderClassName
{
color: #DEE841;
}
.AnyTagClassName
{
color: #DEE841;
}
</style>
background-color css
<style>
a { background-color: #DEE841; }
a { background-color: rgb(222,232,65); }
div.DivClassName
{
background-color: #DEE841;
}
.BgClassName
{
background-color: #DEE841;
}
</style>
border-color css
<style>
span { border-color: #DEE841; }
span { border-color: rgb(222,232,65); }
td.TdClassName
{
border-color: #DEE841;
}
.TagClassName
{
border-color: #DEE841;
}
</style>