Shades of Starship #DEE22E
Tints of Starship #DEE22E
RGB
CMYK
RGB Variations
Color information
#DEE22E (or 0xDEE22E) is known color: Starship. HEX triplet: DE, E2 and 2E. RGB value is (222,226,46). Sum of RGB (Red+Green+Blue) = 222+226+46=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE22E is #211DD1. Grayscale: #CDCDCD. Windows color (decimal): -2170322 or 3072734. OLE color: 3072734.
HSL color Cylindrical-coordinate representation of color #DEE22E: hue angle of 61.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEE22E is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 46 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.11 |
| HSL | 61.33º | 0.76% | 0.53% | - |
| HSV(B) | 61.33º | 0.8% | 0.89% | - |
| XYZ | 57.81 | 70.12 | 13.07 | - |
| YUV | 204.28 | 38.67 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 46 | 0.02 | 0 | 0.80 | 0.11 | 61.33 | 0.76 | 0.53 |
| Hex | DE | E2 | 2E | 2 | 0 | 50 | B | 3D | 4C | 35 |
| Octal | 336 | 342 | 56 | 2 | 0 | 120 | 13 | 75 | 114 | 65 |
| Binary | 11011110 | 11100010 | 101110 | 10 | 0 | 1010000 | 1011 | 111101 | 1001100 | 110101 |
Color Harmonies of #DEE22E
Complementary color
Monochromatic Colors of #DEE22E
Black with #DEE22E
Text Example
Text Example
White with #DEE22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE22E; }
p { color: rgb(222,226,46); }
H1.HeaderClassName
{
color: #DEE22E;
}
.AnyTagClassName
{
color: #DEE22E;
}
</style>
background-color css
<style>
a { background-color: #DEE22E; }
a { background-color: rgb(222,226,46); }
div.DivClassName
{
background-color: #DEE22E;
}
.BgClassName
{
background-color: #DEE22E;
}
</style>
border-color css
<style>
span { border-color: #DEE22E; }
span { border-color: rgb(222,226,46); }
td.TdClassName
{
border-color: #DEE22E;
}
.TagClassName
{
border-color: #DEE22E;
}
</style>