Shades of Starship #DEE137
Tints of Starship #DEE137
RGB
CMYK
RGB Variations
Color information
#DEE137 (or 0xDEE137) is known color: Starship. HEX triplet: DE, E1 and 37. RGB value is (222,225,55). Sum of RGB (Red+Green+Blue) = 222+225+55=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 55 (21.88% from 255 or 10.96% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE137 is #211EC8. Grayscale: #CDCDCD. Windows color (decimal): -2170569 or 3662302. OLE color: 3662302.
HSL color Cylindrical-coordinate representation of color #DEE137: hue angle of 61.06º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DEE137 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 55 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.12 |
| HSL | 61.06º | 0.74% | 0.55% | - |
| HSV(B) | 61.06º | 0.76% | 0.88% | - |
| XYZ | 57.74 | 69.66 | 14.02 | - |
| YUV | 204.72 | 43.51 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 55 | 0.01 | 0 | 0.76 | 0.12 | 61.06 | 0.74 | 0.55 |
| Hex | DE | E1 | 37 | 1 | 0 | 4C | C | 3D | 4A | 37 |
| Octal | 336 | 341 | 67 | 1 | 0 | 114 | 14 | 75 | 112 | 67 |
| Binary | 11011110 | 11100001 | 110111 | 1 | 0 | 1001100 | 1100 | 111101 | 1001010 | 110111 |
Color Harmonies of #DEE137
Complementary color
Monochromatic Colors of #DEE137
Black with #DEE137
Text Example
Text Example
White with #DEE137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE137; }
p { color: rgb(222,225,55); }
H1.HeaderClassName
{
color: #DEE137;
}
.AnyTagClassName
{
color: #DEE137;
}
</style>
background-color css
<style>
a { background-color: #DEE137; }
a { background-color: rgb(222,225,55); }
div.DivClassName
{
background-color: #DEE137;
}
.BgClassName
{
background-color: #DEE137;
}
</style>
border-color css
<style>
span { border-color: #DEE137; }
span { border-color: rgb(222,225,55); }
td.TdClassName
{
border-color: #DEE137;
}
.TagClassName
{
border-color: #DEE137;
}
</style>