Shades of Starship #DEE32E
Tints of Starship #DEE32E
RGB
CMYK
RGB Variations
Color information
#DEE32E (or 0xDEE32E) is known color: Starship. HEX triplet: DE, E3 and 2E. RGB value is (222,227,46). Sum of RGB (Red+Green+Blue) = 222+227+46=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 46 (18.36% from 255 or 9.29% from 495); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE32E is #211CD1. Grayscale: #CDCDCD. Windows color (decimal): -2170066 or 3072990. OLE color: 3072990.
HSL color Cylindrical-coordinate representation of color #DEE32E: hue angle of 61.66º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEE32E is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 46 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.11 |
| HSL | 61.66º | 0.76% | 0.54% | - |
| HSV(B) | 61.66º | 0.8% | 0.89% | - |
| XYZ | 58.09 | 70.67 | 13.16 | - |
| YUV | 204.87 | 38.34 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 46 | 0.02 | 0 | 0.80 | 0.11 | 61.66 | 0.76 | 0.54 |
| Hex | DE | E3 | 2E | 2 | 0 | 50 | B | 3E | 4C | 36 |
| Octal | 336 | 343 | 56 | 2 | 0 | 120 | 13 | 76 | 114 | 66 |
| Binary | 11011110 | 11100011 | 101110 | 10 | 0 | 1010000 | 1011 | 111110 | 1001100 | 110110 |
Color Harmonies of #DEE32E
Complementary color
Monochromatic Colors of #DEE32E
Black with #DEE32E
Text Example
Text Example
White with #DEE32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE32E; }
p { color: rgb(222,227,46); }
H1.HeaderClassName
{
color: #DEE32E;
}
.AnyTagClassName
{
color: #DEE32E;
}
</style>
background-color css
<style>
a { background-color: #DEE32E; }
a { background-color: rgb(222,227,46); }
div.DivClassName
{
background-color: #DEE32E;
}
.BgClassName
{
background-color: #DEE32E;
}
</style>
border-color css
<style>
span { border-color: #DEE32E; }
span { border-color: rgb(222,227,46); }
td.TdClassName
{
border-color: #DEE32E;
}
.TagClassName
{
border-color: #DEE32E;
}
</style>