Shades of Starship #DEF049
Tints of Starship #DEF049
RGB
CMYK
RGB Variations
Color information
#DEF049 (or 0xDEF049) is known color: Starship. HEX triplet: DE, F0 and 49. RGB value is (222,240,73). Sum of RGB (Red+Green+Blue) = 222+240+73=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 73 (28.91% from 255 or 13.64% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF049 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF049 is #210FB6. Grayscale: #D8D8D8. Windows color (decimal): -2166711 or 4845790. OLE color: 4845790.
HSL color Cylindrical-coordinate representation of color #DEF049: hue angle of 66.47º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEF049 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 73 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.06 |
| HSL | 66.47º | 0.85% | 0.61% | - |
| HSV(B) | 66.47º | 0.7% | 0.94% | - |
| XYZ | 62.49 | 78.33 | 18.13 | - |
| YUV | 215.58 | 47.54 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 73 | 0.08 | 0 | 0.70 | 0.06 | 66.47 | 0.85 | 0.61 |
| Hex | DE | F0 | 49 | 8 | 0 | 46 | 6 | 42 | 55 | 3D |
| Octal | 336 | 360 | 111 | 10 | 0 | 106 | 6 | 102 | 125 | 75 |
| Binary | 11011110 | 11110000 | 1001001 | 1000 | 0 | 1000110 | 110 | 1000010 | 1010101 | 111101 |
Color Harmonies of #DEF049
Complementary color
Monochromatic Colors of #DEF049
Black with #DEF049
Text Example
Text Example
White with #DEF049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF049; }
p { color: rgb(222,240,73); }
H1.HeaderClassName
{
color: #DEF049;
}
.AnyTagClassName
{
color: #DEF049;
}
</style>
background-color css
<style>
a { background-color: #DEF049; }
a { background-color: rgb(222,240,73); }
div.DivClassName
{
background-color: #DEF049;
}
.BgClassName
{
background-color: #DEF049;
}
</style>
border-color css
<style>
span { border-color: #DEF049; }
span { border-color: rgb(222,240,73); }
td.TdClassName
{
border-color: #DEF049;
}
.TagClassName
{
border-color: #DEF049;
}
</style>