Shades of Starship #DFF049
Tints of Starship #DFF049
RGB
CMYK
RGB Variations
Color information
#DFF049 (or 0xDFF049) is known color: Starship. HEX triplet: DF, F0 and 49. RGB value is (223,240,73). Sum of RGB (Red+Green+Blue) = 223+240+73=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 73 (28.91% from 255 or 13.62% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF049 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF049 is #200FB6. Grayscale: #D8D8D8. Windows color (decimal): -2101175 or 4845791. OLE color: 4845791.
HSL color Cylindrical-coordinate representation of color #DFF049: hue angle of 66.11º 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 #DFF049 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 73 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.06 |
| HSL | 66.11º | 0.85% | 0.61% | - |
| HSV(B) | 66.11º | 0.7% | 0.94% | - |
| XYZ | 62.79 | 78.49 | 18.14 | - |
| YUV | 215.88 | 47.37 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 73 | 0.07 | 0 | 0.70 | 0.06 | 66.11 | 0.85 | 0.61 |
| Hex | DF | F0 | 49 | 7 | 0 | 46 | 6 | 42 | 55 | 3D |
| Octal | 337 | 360 | 111 | 7 | 0 | 106 | 6 | 102 | 125 | 75 |
| Binary | 11011111 | 11110000 | 1001001 | 111 | 0 | 1000110 | 110 | 1000010 | 1010101 | 111101 |
Color Harmonies of #DFF049
Complementary color
Monochromatic Colors of #DFF049
Black with #DFF049
Text Example
Text Example
White with #DFF049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF049; }
p { color: rgb(223,240,73); }
H1.HeaderClassName
{
color: #DFF049;
}
.AnyTagClassName
{
color: #DFF049;
}
</style>
background-color css
<style>
a { background-color: #DFF049; }
a { background-color: rgb(223,240,73); }
div.DivClassName
{
background-color: #DFF049;
}
.BgClassName
{
background-color: #DFF049;
}
</style>
border-color css
<style>
span { border-color: #DFF049; }
span { border-color: rgb(223,240,73); }
td.TdClassName
{
border-color: #DFF049;
}
.TagClassName
{
border-color: #DFF049;
}
</style>