Shades of Starship #DEE243
Tints of Starship #DEE243
RGB
CMYK
RGB Variations
Color information
#DEE243 (or 0xDEE243) is known color: Starship. HEX triplet: DE, E2 and 43. RGB value is (222,226,67). Sum of RGB (Red+Green+Blue) = 222+226+67=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 226 (88.67% from 255 or 43.88% from 515); Blue value is 67 (26.56% from 255 or 13.01% from 515); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE243 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE243 is #211DBC. Grayscale: #CFCFCF. Windows color (decimal): -2170301 or 4448990. OLE color: 4448990.
HSL color Cylindrical-coordinate representation of color #DEE243: hue angle of 61.51º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEE243 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 67 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.11 |
| HSL | 61.51º | 0.73% | 0.57% | - |
| HSV(B) | 61.51º | 0.7% | 0.89% | - |
| XYZ | 58.33 | 70.33 | 15.81 | - |
| YUV | 206.68 | 49.17 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 67 | 0.02 | 0 | 0.70 | 0.11 | 61.51 | 0.73 | 0.57 |
| Hex | DE | E2 | 43 | 2 | 0 | 46 | B | 3E | 49 | 39 |
| Octal | 336 | 342 | 103 | 2 | 0 | 106 | 13 | 76 | 111 | 71 |
| Binary | 11011110 | 11100010 | 1000011 | 10 | 0 | 1000110 | 1011 | 111110 | 1001001 | 111001 |
Color Harmonies of #DEE243
Complementary color
Monochromatic Colors of #DEE243
Black with #DEE243
Text Example
Text Example
White with #DEE243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE243; }
p { color: rgb(222,226,67); }
H1.HeaderClassName
{
color: #DEE243;
}
.AnyTagClassName
{
color: #DEE243;
}
</style>
background-color css
<style>
a { background-color: #DEE243; }
a { background-color: rgb(222,226,67); }
div.DivClassName
{
background-color: #DEE243;
}
.BgClassName
{
background-color: #DEE243;
}
</style>
border-color css
<style>
span { border-color: #DEE243; }
span { border-color: rgb(222,226,67); }
td.TdClassName
{
border-color: #DEE243;
}
.TagClassName
{
border-color: #DEE243;
}
</style>