Shades of Starship #DEE534
Tints of Starship #DEE534
RGB
CMYK
RGB Variations
Color information
#DEE534 (or 0xDEE534) is known color: Starship. HEX triplet: DE, E5 and 34. RGB value is (222,229,52). Sum of RGB (Red+Green+Blue) = 222+229+52=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 52 (20.70% from 255 or 10.34% from 503); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE534 is #211ACB. Grayscale: #CFCFCF. Windows color (decimal): -2169548 or 3466718. OLE color: 3466718.
HSL color Cylindrical-coordinate representation of color #DEE534: hue angle of 62.37º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DEE534 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 52 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.10 |
| HSL | 62.37º | 0.77% | 0.55% | - |
| HSV(B) | 62.37º | 0.77% | 0.9% | - |
| XYZ | 58.76 | 71.82 | 14.01 | - |
| YUV | 206.73 | 40.68 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 52 | 0.03 | 0 | 0.77 | 0.10 | 62.37 | 0.77 | 0.55 |
| Hex | DE | E5 | 34 | 3 | 0 | 4D | A | 3E | 4D | 37 |
| Octal | 336 | 345 | 64 | 3 | 0 | 115 | 12 | 76 | 115 | 67 |
| Binary | 11011110 | 11100101 | 110100 | 11 | 0 | 1001101 | 1010 | 111110 | 1001101 | 110111 |
Color Harmonies of #DEE534
Complementary color
Monochromatic Colors of #DEE534
Black with #DEE534
Text Example
Text Example
White with #DEE534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE534; }
p { color: rgb(222,229,52); }
H1.HeaderClassName
{
color: #DEE534;
}
.AnyTagClassName
{
color: #DEE534;
}
</style>
background-color css
<style>
a { background-color: #DEE534; }
a { background-color: rgb(222,229,52); }
div.DivClassName
{
background-color: #DEE534;
}
.BgClassName
{
background-color: #DEE534;
}
</style>
border-color css
<style>
span { border-color: #DEE534; }
span { border-color: rgb(222,229,52); }
td.TdClassName
{
border-color: #DEE534;
}
.TagClassName
{
border-color: #DEE534;
}
</style>