Shades of Starship #DEE244
Tints of Starship #DEE244
RGB
CMYK
RGB Variations
Color information
#DEE244 (or 0xDEE244) is known color: Starship. HEX triplet: DE, E2 and 44. RGB value is (222,226,68). Sum of RGB (Red+Green+Blue) = 222+226+68=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 68 (26.95% from 255 or 13.18% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE244 is #211DBB. Grayscale: #CFCFCF. Windows color (decimal): -2170300 or 4514526. OLE color: 4514526.
HSL color Cylindrical-coordinate representation of color #DEE244: hue angle of 61.52º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEE244 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 68 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.11 |
| HSL | 61.52º | 0.73% | 0.58% | - |
| HSV(B) | 61.52º | 0.7% | 0.89% | - |
| XYZ | 58.36 | 70.34 | 15.97 | - |
| YUV | 206.79 | 49.67 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 68 | 0.02 | 0 | 0.70 | 0.11 | 61.52 | 0.73 | 0.58 |
| Hex | DE | E2 | 44 | 2 | 0 | 46 | B | 3E | 49 | 3A |
| Octal | 336 | 342 | 104 | 2 | 0 | 106 | 13 | 76 | 111 | 72 |
| Binary | 11011110 | 11100010 | 1000100 | 10 | 0 | 1000110 | 1011 | 111110 | 1001001 | 111010 |
Color Harmonies of #DEE244
Complementary color
Monochromatic Colors of #DEE244
Black with #DEE244
Text Example
Text Example
White with #DEE244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE244; }
p { color: rgb(222,226,68); }
H1.HeaderClassName
{
color: #DEE244;
}
.AnyTagClassName
{
color: #DEE244;
}
</style>
background-color css
<style>
a { background-color: #DEE244; }
a { background-color: rgb(222,226,68); }
div.DivClassName
{
background-color: #DEE244;
}
.BgClassName
{
background-color: #DEE244;
}
</style>
border-color css
<style>
span { border-color: #DEE244; }
span { border-color: rgb(222,226,68); }
td.TdClassName
{
border-color: #DEE244;
}
.TagClassName
{
border-color: #DEE244;
}
</style>