Shades of Starship #DEEA44
Tints of Starship #DEEA44
RGB
CMYK
RGB Variations
Color information
#DEEA44 (or 0xDEEA44) is known color: Starship. HEX triplet: DE, EA and 44. RGB value is (222,234,68). Sum of RGB (Red+Green+Blue) = 222+234+68=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 68 (26.95% from 255 or 12.98% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEA44 is #2115BB. Grayscale: #D4D4D4. Windows color (decimal): -2168252 or 4516574. OLE color: 4516574.
HSL color Cylindrical-coordinate representation of color #DEEA44: hue angle of 64.34º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEEA44 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 68 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.08 |
| HSL | 64.34º | 0.8% | 0.59% | - |
| HSV(B) | 64.34º | 0.71% | 0.92% | - |
| XYZ | 60.59 | 74.79 | 16.71 | - |
| YUV | 211.49 | 47.02 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 68 | 0.05 | 0 | 0.71 | 0.08 | 64.34 | 0.8 | 0.59 |
| Hex | DE | EA | 44 | 5 | 0 | 47 | 8 | 40 | 50 | 3B |
| Octal | 336 | 352 | 104 | 5 | 0 | 107 | 10 | 100 | 120 | 73 |
| Binary | 11011110 | 11101010 | 1000100 | 101 | 0 | 1000111 | 1000 | 1000000 | 1010000 | 111011 |
Color Harmonies of #DEEA44
Complementary color
Monochromatic Colors of #DEEA44
Black with #DEEA44
Text Example
Text Example
White with #DEEA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA44; }
p { color: rgb(222,234,68); }
H1.HeaderClassName
{
color: #DEEA44;
}
.AnyTagClassName
{
color: #DEEA44;
}
</style>
background-color css
<style>
a { background-color: #DEEA44; }
a { background-color: rgb(222,234,68); }
div.DivClassName
{
background-color: #DEEA44;
}
.BgClassName
{
background-color: #DEEA44;
}
</style>
border-color css
<style>
span { border-color: #DEEA44; }
span { border-color: rgb(222,234,68); }
td.TdClassName
{
border-color: #DEEA44;
}
.TagClassName
{
border-color: #DEEA44;
}
</style>