Shades of Starship #DEE741
Tints of Starship #DEE741
RGB
CMYK
RGB Variations
Color information
#DEE741 (or 0xDEE741) is known color: Starship. HEX triplet: DE, E7 and 41. RGB value is (222,231,65). Sum of RGB (Red+Green+Blue) = 222+231+65=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 65 (25.78% from 255 or 12.55% from 518); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE741 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE741 is #2118BE. Grayscale: #D2D2D2. Windows color (decimal): -2169023 or 4319198. OLE color: 4319198.
HSL color Cylindrical-coordinate representation of color #DEE741: hue angle of 63.25º 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 #DEE741 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 65 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.09 |
| HSL | 63.25º | 0.78% | 0.58% | - |
| HSV(B) | 63.25º | 0.72% | 0.91% | - |
| XYZ | 59.65 | 73.06 | 15.96 | - |
| YUV | 209.39 | 46.52 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 65 | 0.04 | 0 | 0.72 | 0.09 | 63.25 | 0.78 | 0.58 |
| Hex | DE | E7 | 41 | 4 | 0 | 48 | 9 | 3F | 4E | 3A |
| Octal | 336 | 347 | 101 | 4 | 0 | 110 | 11 | 77 | 116 | 72 |
| Binary | 11011110 | 11100111 | 1000001 | 100 | 0 | 1001000 | 1001 | 111111 | 1001110 | 111010 |
Color Harmonies of #DEE741
Complementary color
Monochromatic Colors of #DEE741
Black with #DEE741
Text Example
Text Example
White with #DEE741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE741; }
p { color: rgb(222,231,65); }
H1.HeaderClassName
{
color: #DEE741;
}
.AnyTagClassName
{
color: #DEE741;
}
</style>
background-color css
<style>
a { background-color: #DEE741; }
a { background-color: rgb(222,231,65); }
div.DivClassName
{
background-color: #DEE741;
}
.BgClassName
{
background-color: #DEE741;
}
</style>
border-color css
<style>
span { border-color: #DEE741; }
span { border-color: rgb(222,231,65); }
td.TdClassName
{
border-color: #DEE741;
}
.TagClassName
{
border-color: #DEE741;
}
</style>