Shades of Starship #DCF148
Tints of Starship #DCF148
RGB
CMYK
RGB Variations
Color information
#DCF148 (or 0xDCF148) is known color: Starship. HEX triplet: DC, F1 and 48. RGB value is (220,241,72). Sum of RGB (Red+Green+Blue) = 220+241+72=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 72 (28.52% from 255 or 13.51% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF148 is #230EB7. Grayscale: #D8D8D8. Windows color (decimal): -2297528 or 4780508. OLE color: 4780508.
HSL color Cylindrical-coordinate representation of color #DCF148: hue angle of 67.46º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCF148 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 72 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.05 |
| HSL | 67.46º | 0.86% | 0.61% | - |
| HSV(B) | 67.46º | 0.7% | 0.95% | - |
| XYZ | 62.14 | 78.59 | 18.03 | - |
| YUV | 215.46 | 47.04 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 72 | 0.09 | 0 | 0.70 | 0.05 | 67.46 | 0.86 | 0.61 |
| Hex | DC | F1 | 48 | 9 | 0 | 46 | 5 | 43 | 56 | 3D |
| Octal | 334 | 361 | 110 | 11 | 0 | 106 | 5 | 103 | 126 | 75 |
| Binary | 11011100 | 11110001 | 1001000 | 1001 | 0 | 1000110 | 101 | 1000011 | 1010110 | 111101 |
Color Harmonies of #DCF148
Complementary color
Monochromatic Colors of #DCF148
Black with #DCF148
Text Example
Text Example
White with #DCF148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF148; }
p { color: rgb(220,241,72); }
H1.HeaderClassName
{
color: #DCF148;
}
.AnyTagClassName
{
color: #DCF148;
}
</style>
background-color css
<style>
a { background-color: #DCF148; }
a { background-color: rgb(220,241,72); }
div.DivClassName
{
background-color: #DCF148;
}
.BgClassName
{
background-color: #DCF148;
}
</style>
border-color css
<style>
span { border-color: #DCF148; }
span { border-color: rgb(220,241,72); }
td.TdClassName
{
border-color: #DCF148;
}
.TagClassName
{
border-color: #DCF148;
}
</style>