Shades of Starship #DEE242
Tints of Starship #DEE242
RGB
CMYK
RGB Variations
Color information
#DEE242 (or 0xDEE242) is known color: Starship. HEX triplet: DE, E2 and 42. RGB value is (222,226,66). Sum of RGB (Red+Green+Blue) = 222+226+66=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 66 (26.17% from 255 or 12.84% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE242 is #211DBD. Grayscale: #CFCFCF. Windows color (decimal): -2170302 or 4383454. OLE color: 4383454.
HSL color Cylindrical-coordinate representation of color #DEE242: hue angle of 61.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEE242 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 66 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.11 |
| HSL | 61.5º | 0.73% | 0.57% | - |
| HSV(B) | 61.5º | 0.71% | 0.89% | - |
| XYZ | 58.3 | 70.32 | 15.65 | - |
| YUV | 206.56 | 48.67 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 66 | 0.02 | 0 | 0.71 | 0.11 | 61.5 | 0.73 | 0.57 |
| Hex | DE | E2 | 42 | 2 | 0 | 47 | B | 3E | 49 | 39 |
| Octal | 336 | 342 | 102 | 2 | 0 | 107 | 13 | 76 | 111 | 71 |
| Binary | 11011110 | 11100010 | 1000010 | 10 | 0 | 1000111 | 1011 | 111110 | 1001001 | 111001 |
Color Harmonies of #DEE242
Complementary color
Monochromatic Colors of #DEE242
Black with #DEE242
Text Example
Text Example
White with #DEE242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE242; }
p { color: rgb(222,226,66); }
H1.HeaderClassName
{
color: #DEE242;
}
.AnyTagClassName
{
color: #DEE242;
}
</style>
background-color css
<style>
a { background-color: #DEE242; }
a { background-color: rgb(222,226,66); }
div.DivClassName
{
background-color: #DEE242;
}
.BgClassName
{
background-color: #DEE242;
}
</style>
border-color css
<style>
span { border-color: #DEE242; }
span { border-color: rgb(222,226,66); }
td.TdClassName
{
border-color: #DEE242;
}
.TagClassName
{
border-color: #DEE242;
}
</style>