Shades of Starship #DEE140
Tints of Starship #DEE140
RGB
CMYK
RGB Variations
Color information
#DEE140 (or 0xDEE140) is known color: Starship. HEX triplet: DE, E1 and 40. RGB value is (222,225,64). Sum of RGB (Red+Green+Blue) = 222+225+64=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 64 (25.39% from 255 or 12.52% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE140 is #211EBF. Grayscale: #CECECE. Windows color (decimal): -2170560 or 4252126. OLE color: 4252126.
HSL color Cylindrical-coordinate representation of color #DEE140: hue angle of 61.12º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEE140 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 64 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.12 |
| HSL | 61.12º | 0.73% | 0.57% | - |
| HSV(B) | 61.12º | 0.72% | 0.88% | - |
| XYZ | 57.97 | 69.75 | 15.26 | - |
| YUV | 205.75 | 48.01 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 64 | 0.01 | 0 | 0.72 | 0.12 | 61.12 | 0.73 | 0.57 |
| Hex | DE | E1 | 40 | 1 | 0 | 48 | C | 3D | 49 | 39 |
| Octal | 336 | 341 | 100 | 1 | 0 | 110 | 14 | 75 | 111 | 71 |
| Binary | 11011110 | 11100001 | 1000000 | 1 | 0 | 1001000 | 1100 | 111101 | 1001001 | 111001 |
Color Harmonies of #DEE140
Complementary color
Monochromatic Colors of #DEE140
Black with #DEE140
Text Example
Text Example
White with #DEE140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE140; }
p { color: rgb(222,225,64); }
H1.HeaderClassName
{
color: #DEE140;
}
.AnyTagClassName
{
color: #DEE140;
}
</style>
background-color css
<style>
a { background-color: #DEE140; }
a { background-color: rgb(222,225,64); }
div.DivClassName
{
background-color: #DEE140;
}
.BgClassName
{
background-color: #DEE140;
}
</style>
border-color css
<style>
span { border-color: #DEE140; }
span { border-color: rgb(222,225,64); }
td.TdClassName
{
border-color: #DEE140;
}
.TagClassName
{
border-color: #DEE140;
}
</style>