Shades of Starship #DEE539
Tints of Starship #DEE539
RGB
CMYK
RGB Variations
Color information
#DEE539 (or 0xDEE539) is known color: Starship. HEX triplet: DE, E5 and 39. RGB value is (222,229,57). Sum of RGB (Red+Green+Blue) = 222+229+57=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 57 (22.66% from 255 or 11.22% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE539 is #211AC6. Grayscale: #CFCFCF. Windows color (decimal): -2169543 or 3794398. OLE color: 3794398.
HSL color Cylindrical-coordinate representation of color #DEE539: hue angle of 62.44º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DEE539 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 57 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.10 |
| HSL | 62.44º | 0.77% | 0.56% | - |
| HSV(B) | 62.44º | 0.75% | 0.9% | - |
| XYZ | 58.88 | 71.86 | 14.64 | - |
| YUV | 207.3 | 43.18 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 57 | 0.03 | 0 | 0.75 | 0.10 | 62.44 | 0.77 | 0.56 |
| Hex | DE | E5 | 39 | 3 | 0 | 4B | A | 3E | 4D | 38 |
| Octal | 336 | 345 | 71 | 3 | 0 | 113 | 12 | 76 | 115 | 70 |
| Binary | 11011110 | 11100101 | 111001 | 11 | 0 | 1001011 | 1010 | 111110 | 1001101 | 111000 |
Color Harmonies of #DEE539
Complementary color
Monochromatic Colors of #DEE539
Black with #DEE539
Text Example
Text Example
White with #DEE539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE539; }
p { color: rgb(222,229,57); }
H1.HeaderClassName
{
color: #DEE539;
}
.AnyTagClassName
{
color: #DEE539;
}
</style>
background-color css
<style>
a { background-color: #DEE539; }
a { background-color: rgb(222,229,57); }
div.DivClassName
{
background-color: #DEE539;
}
.BgClassName
{
background-color: #DEE539;
}
</style>
border-color css
<style>
span { border-color: #DEE539; }
span { border-color: rgb(222,229,57); }
td.TdClassName
{
border-color: #DEE539;
}
.TagClassName
{
border-color: #DEE539;
}
</style>