Shades of Starship #DFF047
Tints of Starship #DFF047
RGB
CMYK
RGB Variations
Color information
#DFF047 (or 0xDFF047) is known color: Starship. HEX triplet: DF, F0 and 47. RGB value is (223,240,71). Sum of RGB (Red+Green+Blue) = 223+240+71=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 71 (28.12% from 255 or 13.30% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF047 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF047 is #200FB8. Grayscale: #D8D8D8. Windows color (decimal): -2101177 or 4714719. OLE color: 4714719.
HSL color Cylindrical-coordinate representation of color #DFF047: hue angle of 66.04º 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 #DFF047 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 71 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.06 |
| HSL | 66.04º | 0.85% | 0.61% | - |
| HSV(B) | 66.04º | 0.7% | 0.94% | - |
| XYZ | 62.73 | 78.46 | 17.8 | - |
| YUV | 215.65 | 46.37 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 71 | 0.07 | 0 | 0.70 | 0.06 | 66.04 | 0.85 | 0.61 |
| Hex | DF | F0 | 47 | 7 | 0 | 46 | 6 | 42 | 55 | 3D |
| Octal | 337 | 360 | 107 | 7 | 0 | 106 | 6 | 102 | 125 | 75 |
| Binary | 11011111 | 11110000 | 1000111 | 111 | 0 | 1000110 | 110 | 1000010 | 1010101 | 111101 |
Color Harmonies of #DFF047
Complementary color
Monochromatic Colors of #DFF047
Black with #DFF047
Text Example
Text Example
White with #DFF047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF047; }
p { color: rgb(223,240,71); }
H1.HeaderClassName
{
color: #DFF047;
}
.AnyTagClassName
{
color: #DFF047;
}
</style>
background-color css
<style>
a { background-color: #DFF047; }
a { background-color: rgb(223,240,71); }
div.DivClassName
{
background-color: #DFF047;
}
.BgClassName
{
background-color: #DFF047;
}
</style>
border-color css
<style>
span { border-color: #DFF047; }
span { border-color: rgb(223,240,71); }
td.TdClassName
{
border-color: #DFF047;
}
.TagClassName
{
border-color: #DFF047;
}
</style>