Shades of Starship #DEE53D
Tints of Starship #DEE53D
RGB
CMYK
RGB Variations
Color information
#DEE53D (or 0xDEE53D) is known color: Starship. HEX triplet: DE, E5 and 3D. RGB value is (222,229,61). Sum of RGB (Red+Green+Blue) = 222+229+61=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 61 (24.22% from 255 or 11.91% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE53D is #211AC2. Grayscale: #D0D0D0. Windows color (decimal): -2169539 or 4056542. OLE color: 4056542.
HSL color Cylindrical-coordinate representation of color #DEE53D: hue angle of 62.5º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEE53D is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 61 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.10 |
| HSL | 62.5º | 0.76% | 0.57% | - |
| HSV(B) | 62.5º | 0.73% | 0.9% | - |
| XYZ | 58.99 | 71.91 | 15.19 | - |
| YUV | 207.76 | 45.18 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 61 | 0.03 | 0 | 0.73 | 0.10 | 62.5 | 0.76 | 0.57 |
| Hex | DE | E5 | 3D | 3 | 0 | 49 | A | 3F | 4C | 39 |
| Octal | 336 | 345 | 75 | 3 | 0 | 111 | 12 | 77 | 114 | 71 |
| Binary | 11011110 | 11100101 | 111101 | 11 | 0 | 1001001 | 1010 | 111111 | 1001100 | 111001 |
Color Harmonies of #DEE53D
Complementary color
Monochromatic Colors of #DEE53D
Black with #DEE53D
Text Example
Text Example
White with #DEE53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE53D; }
p { color: rgb(222,229,61); }
H1.HeaderClassName
{
color: #DEE53D;
}
.AnyTagClassName
{
color: #DEE53D;
}
</style>
background-color css
<style>
a { background-color: #DEE53D; }
a { background-color: rgb(222,229,61); }
div.DivClassName
{
background-color: #DEE53D;
}
.BgClassName
{
background-color: #DEE53D;
}
</style>
border-color css
<style>
span { border-color: #DEE53D; }
span { border-color: rgb(222,229,61); }
td.TdClassName
{
border-color: #DEE53D;
}
.TagClassName
{
border-color: #DEE53D;
}
</style>