Shades of Starship #DFF149
Tints of Starship #DFF149
RGB
CMYK
RGB Variations
Color information
#DFF149 (or 0xDFF149) is known color: Starship. HEX triplet: DF, F1 and 49. RGB value is (223,241,73). Sum of RGB (Red+Green+Blue) = 223+241+73=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 73 (28.91% from 255 or 13.59% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF149 is #200EB6. Grayscale: #D9D9D9. Windows color (decimal): -2100919 or 4846047. OLE color: 4846047.
HSL color Cylindrical-coordinate representation of color #DFF149: hue angle of 66.43º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFF149 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 73 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.05 |
| HSL | 66.43º | 0.86% | 0.62% | - |
| HSV(B) | 66.43º | 0.7% | 0.95% | - |
| XYZ | 63.09 | 79.08 | 18.24 | - |
| YUV | 216.47 | 47.04 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 73 | 0.07 | 0 | 0.70 | 0.05 | 66.43 | 0.86 | 0.62 |
| Hex | DF | F1 | 49 | 7 | 0 | 46 | 5 | 42 | 56 | 3E |
| Octal | 337 | 361 | 111 | 7 | 0 | 106 | 5 | 102 | 126 | 76 |
| Binary | 11011111 | 11110001 | 1001001 | 111 | 0 | 1000110 | 101 | 1000010 | 1010110 | 111110 |
Color Harmonies of #DFF149
Complementary color
Monochromatic Colors of #DFF149
Black with #DFF149
Text Example
Text Example
White with #DFF149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF149; }
p { color: rgb(223,241,73); }
H1.HeaderClassName
{
color: #DFF149;
}
.AnyTagClassName
{
color: #DFF149;
}
</style>
background-color css
<style>
a { background-color: #DFF149; }
a { background-color: rgb(223,241,73); }
div.DivClassName
{
background-color: #DFF149;
}
.BgClassName
{
background-color: #DFF149;
}
</style>
border-color css
<style>
span { border-color: #DFF149; }
span { border-color: rgb(223,241,73); }
td.TdClassName
{
border-color: #DFF149;
}
.TagClassName
{
border-color: #DFF149;
}
</style>