Shades of Starship #DEE240
Tints of Starship #DEE240
RGB
CMYK
RGB Variations
Color information
#DEE240 (or 0xDEE240) is known color: Starship. HEX triplet: DE, E2 and 40. RGB value is (222,226,64). Sum of RGB (Red+Green+Blue) = 222+226+64=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 64 (25.39% from 255 or 12.5% from 512); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE240 is #211DBF. Grayscale: #CECECE. Windows color (decimal): -2170304 or 4252382. OLE color: 4252382.
HSL color Cylindrical-coordinate representation of color #DEE240: hue angle of 61.48º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEE240 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 64 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.11 |
| HSL | 61.48º | 0.74% | 0.57% | - |
| HSV(B) | 61.48º | 0.72% | 0.89% | - |
| XYZ | 58.25 | 70.29 | 15.35 | - |
| YUV | 206.34 | 47.67 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 64 | 0.02 | 0 | 0.72 | 0.11 | 61.48 | 0.74 | 0.57 |
| Hex | DE | E2 | 40 | 2 | 0 | 48 | B | 3D | 4A | 39 |
| Octal | 336 | 342 | 100 | 2 | 0 | 110 | 13 | 75 | 112 | 71 |
| Binary | 11011110 | 11100010 | 1000000 | 10 | 0 | 1001000 | 1011 | 111101 | 1001010 | 111001 |
Color Harmonies of #DEE240
Complementary color
Monochromatic Colors of #DEE240
Black with #DEE240
Text Example
Text Example
White with #DEE240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE240; }
p { color: rgb(222,226,64); }
H1.HeaderClassName
{
color: #DEE240;
}
.AnyTagClassName
{
color: #DEE240;
}
</style>
background-color css
<style>
a { background-color: #DEE240; }
a { background-color: rgb(222,226,64); }
div.DivClassName
{
background-color: #DEE240;
}
.BgClassName
{
background-color: #DEE240;
}
</style>
border-color css
<style>
span { border-color: #DEE240; }
span { border-color: rgb(222,226,64); }
td.TdClassName
{
border-color: #DEE240;
}
.TagClassName
{
border-color: #DEE240;
}
</style>