Shades of Starship #DFF949
Tints of Starship #DFF949
RGB
CMYK
RGB Variations
Color information
#DFF949 (or 0xDFF949) is known color: Starship. HEX triplet: DF, F9 and 49. RGB value is (223,249,73). Sum of RGB (Red+Green+Blue) = 223+249+73=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 73 (28.91% from 255 or 13.39% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF949 is #2006B6. Grayscale: #DDDDDD. Windows color (decimal): -2098871 or 4848095. OLE color: 4848095.
HSL color Cylindrical-coordinate representation of color #DFF949: hue angle of 68.86º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFF949 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 73 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.02 |
| HSL | 68.86º | 0.94% | 0.63% | - |
| HSV(B) | 68.86º | 0.71% | 0.98% | - |
| XYZ | 65.51 | 83.92 | 19.05 | - |
| YUV | 221.16 | 44.39 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 73 | 0.10 | 0 | 0.71 | 0.02 | 68.86 | 0.94 | 0.63 |
| Hex | DF | F9 | 49 | A | 0 | 47 | 2 | 45 | 5E | 3F |
| Octal | 337 | 371 | 111 | 12 | 0 | 107 | 2 | 105 | 136 | 77 |
| Binary | 11011111 | 11111001 | 1001001 | 1010 | 0 | 1000111 | 10 | 1000101 | 1011110 | 111111 |
Color Harmonies of #DFF949
Complementary color
Monochromatic Colors of #DFF949
Black with #DFF949
Text Example
Text Example
White with #DFF949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF949; }
p { color: rgb(223,249,73); }
H1.HeaderClassName
{
color: #DFF949;
}
.AnyTagClassName
{
color: #DFF949;
}
</style>
background-color css
<style>
a { background-color: #DFF949; }
a { background-color: rgb(223,249,73); }
div.DivClassName
{
background-color: #DFF949;
}
.BgClassName
{
background-color: #DFF949;
}
</style>
border-color css
<style>
span { border-color: #DFF949; }
span { border-color: rgb(223,249,73); }
td.TdClassName
{
border-color: #DFF949;
}
.TagClassName
{
border-color: #DFF949;
}
</style>