Shades of Starship #DCF048
Tints of Starship #DCF048
RGB
CMYK
RGB Variations
Color information
#DCF048 (or 0xDCF048) is known color: Starship. HEX triplet: DC, F0 and 48. RGB value is (220,240,72). Sum of RGB (Red+Green+Blue) = 220+240+72=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 72 (28.52% from 255 or 13.53% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF048 is #230FB7. Grayscale: #D7D7D7. Windows color (decimal): -2297784 or 4780252. OLE color: 4780252.
HSL color Cylindrical-coordinate representation of color #DCF048: hue angle of 67.14º 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 #DCF048 is Cyan = 0.08, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 72 | - |
| CMYK | 0.08 | 0 | 0.7 | 0.06 |
| HSL | 67.14º | 0.85% | 0.61% | - |
| HSV(B) | 67.14º | 0.7% | 0.94% | - |
| XYZ | 61.84 | 78 | 17.93 | - |
| YUV | 214.87 | 47.37 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 72 | 0.08 | 0 | 0.7 | 0.06 | 67.14 | 0.85 | 0.61 |
| Hex | DC | F0 | 48 | 8 | 0 | 46 | 6 | 43 | 55 | 3D |
| Octal | 334 | 360 | 110 | 10 | 0 | 106 | 6 | 103 | 125 | 75 |
| Binary | 11011100 | 11110000 | 1001000 | 1000 | 0 | 1000110 | 110 | 1000011 | 1010101 | 111101 |
Color Harmonies of #DCF048
Complementary color
Monochromatic Colors of #DCF048
Black with #DCF048
Text Example
Text Example
White with #DCF048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF048; }
p { color: rgb(220,240,72); }
H1.HeaderClassName
{
color: #DCF048;
}
.AnyTagClassName
{
color: #DCF048;
}
</style>
background-color css
<style>
a { background-color: #DCF048; }
a { background-color: rgb(220,240,72); }
div.DivClassName
{
background-color: #DCF048;
}
.BgClassName
{
background-color: #DCF048;
}
</style>
border-color css
<style>
span { border-color: #DCF048; }
span { border-color: rgb(220,240,72); }
td.TdClassName
{
border-color: #DCF048;
}
.TagClassName
{
border-color: #DCF048;
}
</style>