Shades of Starship #DEE541
Tints of Starship #DEE541
RGB
CMYK
RGB Variations
Color information
#DEE541 (or 0xDEE541) is known color: Starship. HEX triplet: DE, E5 and 41. RGB value is (222,229,65). Sum of RGB (Red+Green+Blue) = 222+229+65=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 65 (25.78% from 255 or 12.60% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE541 is #211ABE. Grayscale: #D0D0D0. Windows color (decimal): -2169535 or 4318686. OLE color: 4318686.
HSL color Cylindrical-coordinate representation of color #DEE541: hue angle of 62.56º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEE541 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 65 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.10 |
| HSL | 62.56º | 0.76% | 0.58% | - |
| HSV(B) | 62.56º | 0.72% | 0.9% | - |
| XYZ | 59.1 | 71.95 | 15.77 | - |
| YUV | 208.21 | 47.18 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 65 | 0.03 | 0 | 0.72 | 0.10 | 62.56 | 0.76 | 0.58 |
| Hex | DE | E5 | 41 | 3 | 0 | 48 | A | 3F | 4C | 3A |
| Octal | 336 | 345 | 101 | 3 | 0 | 110 | 12 | 77 | 114 | 72 |
| Binary | 11011110 | 11100101 | 1000001 | 11 | 0 | 1001000 | 1010 | 111111 | 1001100 | 111010 |
Color Harmonies of #DEE541
Complementary color
Monochromatic Colors of #DEE541
Black with #DEE541
Text Example
Text Example
White with #DEE541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE541; }
p { color: rgb(222,229,65); }
H1.HeaderClassName
{
color: #DEE541;
}
.AnyTagClassName
{
color: #DEE541;
}
</style>
background-color css
<style>
a { background-color: #DEE541; }
a { background-color: rgb(222,229,65); }
div.DivClassName
{
background-color: #DEE541;
}
.BgClassName
{
background-color: #DEE541;
}
</style>
border-color css
<style>
span { border-color: #DEE541; }
span { border-color: rgb(222,229,65); }
td.TdClassName
{
border-color: #DEE541;
}
.TagClassName
{
border-color: #DEE541;
}
</style>