Shades of Starship #DFF248
Tints of Starship #DFF248
RGB
CMYK
RGB Variations
Color information
#DFF248 (or 0xDFF248) is known color: Starship. HEX triplet: DF, F2 and 48. RGB value is (223,242,72). Sum of RGB (Red+Green+Blue) = 223+242+72=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 72 (28.52% from 255 or 13.41% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF248 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF248 is #200DB7. Grayscale: #D9D9D9. Windows color (decimal): -2100664 or 4780767. OLE color: 4780767.
HSL color Cylindrical-coordinate representation of color #DFF248: hue angle of 66.71º 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 #DFF248 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 72 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.05 |
| HSL | 66.71º | 0.87% | 0.62% | - |
| HSV(B) | 66.71º | 0.7% | 0.95% | - |
| XYZ | 63.35 | 79.66 | 18.17 | - |
| YUV | 216.94 | 46.21 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 72 | 0.08 | 0 | 0.70 | 0.05 | 66.71 | 0.87 | 0.62 |
| Hex | DF | F2 | 48 | 8 | 0 | 46 | 5 | 43 | 57 | 3E |
| Octal | 337 | 362 | 110 | 10 | 0 | 106 | 5 | 103 | 127 | 76 |
| Binary | 11011111 | 11110010 | 1001000 | 1000 | 0 | 1000110 | 101 | 1000011 | 1010111 | 111110 |
Color Harmonies of #DFF248
Complementary color
Monochromatic Colors of #DFF248
Black with #DFF248
Text Example
Text Example
White with #DFF248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF248; }
p { color: rgb(223,242,72); }
H1.HeaderClassName
{
color: #DFF248;
}
.AnyTagClassName
{
color: #DFF248;
}
</style>
background-color css
<style>
a { background-color: #DFF248; }
a { background-color: rgb(223,242,72); }
div.DivClassName
{
background-color: #DFF248;
}
.BgClassName
{
background-color: #DFF248;
}
</style>
border-color css
<style>
span { border-color: #DFF248; }
span { border-color: rgb(223,242,72); }
td.TdClassName
{
border-color: #DFF248;
}
.TagClassName
{
border-color: #DFF248;
}
</style>