Shades of Starship #DEE333
Tints of Starship #DEE333
RGB
CMYK
RGB Variations
Color information
#DEE333 (or 0xDEE333) is known color: Starship. HEX triplet: DE, E3 and 33. RGB value is (222,227,51). Sum of RGB (Red+Green+Blue) = 222+227+51=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 51 (20.31% from 255 or 10.2% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE333 is #211CCC. Grayscale: #CECECE. Windows color (decimal): -2170061 or 3400670. OLE color: 3400670.
HSL color Cylindrical-coordinate representation of color #DEE333: hue angle of 61.7º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEE333 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 51 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.11 |
| HSL | 61.7º | 0.76% | 0.55% | - |
| HSV(B) | 61.7º | 0.78% | 0.89% | - |
| XYZ | 58.19 | 70.71 | 13.71 | - |
| YUV | 205.44 | 40.84 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 51 | 0.02 | 0 | 0.78 | 0.11 | 61.7 | 0.76 | 0.55 |
| Hex | DE | E3 | 33 | 2 | 0 | 4E | B | 3E | 4C | 37 |
| Octal | 336 | 343 | 63 | 2 | 0 | 116 | 13 | 76 | 114 | 67 |
| Binary | 11011110 | 11100011 | 110011 | 10 | 0 | 1001110 | 1011 | 111110 | 1001100 | 110111 |
Color Harmonies of #DEE333
Complementary color
Monochromatic Colors of #DEE333
Black with #DEE333
Text Example
Text Example
White with #DEE333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE333; }
p { color: rgb(222,227,51); }
H1.HeaderClassName
{
color: #DEE333;
}
.AnyTagClassName
{
color: #DEE333;
}
</style>
background-color css
<style>
a { background-color: #DEE333; }
a { background-color: rgb(222,227,51); }
div.DivClassName
{
background-color: #DEE333;
}
.BgClassName
{
background-color: #DEE333;
}
</style>
border-color css
<style>
span { border-color: #DEE333; }
span { border-color: rgb(222,227,51); }
td.TdClassName
{
border-color: #DEE333;
}
.TagClassName
{
border-color: #DEE333;
}
</style>