Shades of Starship #DCF049
Tints of Starship #DCF049
RGB
CMYK
RGB Variations
Color information
#DCF049 (or 0xDCF049) is known color: Starship. HEX triplet: DC, F0 and 49. RGB value is (220,240,73). Sum of RGB (Red+Green+Blue) = 220+240+73=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 73 (28.91% from 255 or 13.70% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF049 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF049 is #230FB6. Grayscale: #D7D7D7. Windows color (decimal): -2297783 or 4845788. OLE color: 4845788.
HSL color Cylindrical-coordinate representation of color #DCF049: hue angle of 67.19º 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 #DCF049 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 73 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.06 |
| HSL | 67.19º | 0.85% | 0.61% | - |
| HSV(B) | 67.19º | 0.7% | 0.94% | - |
| XYZ | 61.88 | 78.02 | 18.1 | - |
| YUV | 214.98 | 47.87 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 73 | 0.08 | 0 | 0.70 | 0.06 | 67.19 | 0.85 | 0.61 |
| Hex | DC | F0 | 49 | 8 | 0 | 46 | 6 | 43 | 55 | 3D |
| Octal | 334 | 360 | 111 | 10 | 0 | 106 | 6 | 103 | 125 | 75 |
| Binary | 11011100 | 11110000 | 1001001 | 1000 | 0 | 1000110 | 110 | 1000011 | 1010101 | 111101 |
Color Harmonies of #DCF049
Complementary color
Monochromatic Colors of #DCF049
Black with #DCF049
Text Example
Text Example
White with #DCF049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF049; }
p { color: rgb(220,240,73); }
H1.HeaderClassName
{
color: #DCF049;
}
.AnyTagClassName
{
color: #DCF049;
}
</style>
background-color css
<style>
a { background-color: #DCF049; }
a { background-color: rgb(220,240,73); }
div.DivClassName
{
background-color: #DCF049;
}
.BgClassName
{
background-color: #DCF049;
}
</style>
border-color css
<style>
span { border-color: #DCF049; }
span { border-color: rgb(220,240,73); }
td.TdClassName
{
border-color: #DCF049;
}
.TagClassName
{
border-color: #DCF049;
}
</style>