Shades of Starship #DCF249
Tints of Starship #DCF249
RGB
CMYK
RGB Variations
Color information
#DCF249 (or 0xDCF249) is known color: Starship. HEX triplet: DC, F2 and 49. RGB value is (220,242,73). Sum of RGB (Red+Green+Blue) = 220+242+73=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 73 (28.91% from 255 or 13.64% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF249 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF249 is #230DB6. Grayscale: #D8D8D8. Windows color (decimal): -2297271 or 4846300. OLE color: 4846300.
HSL color Cylindrical-coordinate representation of color #DCF249: hue angle of 67.81º degrees, saturation: 0.87, 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 #DCF249 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 73 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.05 |
| HSL | 67.81º | 0.87% | 0.62% | - |
| HSV(B) | 67.81º | 0.7% | 0.95% | - |
| XYZ | 62.47 | 79.2 | 18.3 | - |
| YUV | 216.16 | 47.21 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 73 | 0.09 | 0 | 0.70 | 0.05 | 67.81 | 0.87 | 0.62 |
| Hex | DC | F2 | 49 | 9 | 0 | 46 | 5 | 44 | 57 | 3E |
| Octal | 334 | 362 | 111 | 11 | 0 | 106 | 5 | 104 | 127 | 76 |
| Binary | 11011100 | 11110010 | 1001001 | 1001 | 0 | 1000110 | 101 | 1000100 | 1010111 | 111110 |
Color Harmonies of #DCF249
Complementary color
Monochromatic Colors of #DCF249
Black with #DCF249
Text Example
Text Example
White with #DCF249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF249; }
p { color: rgb(220,242,73); }
H1.HeaderClassName
{
color: #DCF249;
}
.AnyTagClassName
{
color: #DCF249;
}
</style>
background-color css
<style>
a { background-color: #DCF249; }
a { background-color: rgb(220,242,73); }
div.DivClassName
{
background-color: #DCF249;
}
.BgClassName
{
background-color: #DCF249;
}
</style>
border-color css
<style>
span { border-color: #DCF249; }
span { border-color: rgb(220,242,73); }
td.TdClassName
{
border-color: #DCF249;
}
.TagClassName
{
border-color: #DCF249;
}
</style>