Shades of Starship #DEE740
Tints of Starship #DEE740
RGB
CMYK
RGB Variations
Color information
#DEE740 (or 0xDEE740) is known color: Starship. HEX triplet: DE, E7 and 40. RGB value is (222,231,64). Sum of RGB (Red+Green+Blue) = 222+231+64=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE740 is #2118BF. Grayscale: #D1D1D1. Windows color (decimal): -2169024 or 4253662. OLE color: 4253662.
HSL color Cylindrical-coordinate representation of color #DEE740: hue angle of 63.23º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEE740 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 64 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.09 |
| HSL | 63.23º | 0.78% | 0.58% | - |
| HSV(B) | 63.23º | 0.72% | 0.91% | - |
| XYZ | 59.63 | 73.05 | 15.81 | - |
| YUV | 209.27 | 46.02 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 64 | 0.04 | 0 | 0.72 | 0.09 | 63.23 | 0.78 | 0.58 |
| Hex | DE | E7 | 40 | 4 | 0 | 48 | 9 | 3F | 4E | 3A |
| Octal | 336 | 347 | 100 | 4 | 0 | 110 | 11 | 77 | 116 | 72 |
| Binary | 11011110 | 11100111 | 1000000 | 100 | 0 | 1001000 | 1001 | 111111 | 1001110 | 111010 |
Color Harmonies of #DEE740
Complementary color
Monochromatic Colors of #DEE740
Black with #DEE740
Text Example
Text Example
White with #DEE740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE740; }
p { color: rgb(222,231,64); }
H1.HeaderClassName
{
color: #DEE740;
}
.AnyTagClassName
{
color: #DEE740;
}
</style>
background-color css
<style>
a { background-color: #DEE740; }
a { background-color: rgb(222,231,64); }
div.DivClassName
{
background-color: #DEE740;
}
.BgClassName
{
background-color: #DEE740;
}
</style>
border-color css
<style>
span { border-color: #DEE740; }
span { border-color: rgb(222,231,64); }
td.TdClassName
{
border-color: #DEE740;
}
.TagClassName
{
border-color: #DEE740;
}
</style>