Shades of Starship #DEE145
Tints of Starship #DEE145
RGB
CMYK
RGB Variations
Color information
#DEE145 (or 0xDEE145) is known color: Starship. HEX triplet: DE, E1 and 45. RGB value is (222,225,69). Sum of RGB (Red+Green+Blue) = 222+225+69=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE145 is #211EBA. Grayscale: #CECECE. Windows color (decimal): -2170555 or 4579806. OLE color: 4579806.
HSL color Cylindrical-coordinate representation of color #DEE145: hue angle of 61.15º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEE145 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 69 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.12 |
| HSL | 61.15º | 0.72% | 0.58% | - |
| HSV(B) | 61.15º | 0.69% | 0.88% | - |
| XYZ | 58.12 | 69.81 | 16.04 | - |
| YUV | 206.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 69 | 0.01 | 0 | 0.69 | 0.12 | 61.15 | 0.72 | 0.58 |
| Hex | DE | E1 | 45 | 1 | 0 | 45 | C | 3D | 48 | 3A |
| Octal | 336 | 341 | 105 | 1 | 0 | 105 | 14 | 75 | 110 | 72 |
| Binary | 11011110 | 11100001 | 1000101 | 1 | 0 | 1000101 | 1100 | 111101 | 1001000 | 111010 |
Color Harmonies of #DEE145
Complementary color
Monochromatic Colors of #DEE145
Black with #DEE145
Text Example
Text Example
White with #DEE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE145; }
p { color: rgb(222,225,69); }
H1.HeaderClassName
{
color: #DEE145;
}
.AnyTagClassName
{
color: #DEE145;
}
</style>
background-color css
<style>
a { background-color: #DEE145; }
a { background-color: rgb(222,225,69); }
div.DivClassName
{
background-color: #DEE145;
}
.BgClassName
{
background-color: #DEE145;
}
</style>
border-color css
<style>
span { border-color: #DEE145; }
span { border-color: rgb(222,225,69); }
td.TdClassName
{
border-color: #DEE145;
}
.TagClassName
{
border-color: #DEE145;
}
</style>