Shades of Starship #DFF046
Tints of Starship #DFF046
RGB
CMYK
RGB Variations
Color information
#DFF046 (or 0xDFF046) is known color: Starship. HEX triplet: DF, F0 and 46. RGB value is (223,240,70). Sum of RGB (Red+Green+Blue) = 223+240+70=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 70 (27.73% from 255 or 13.13% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF046 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF046 is #200FB9. Grayscale: #D8D8D8. Windows color (decimal): -2101178 or 4649183. OLE color: 4649183.
HSL color Cylindrical-coordinate representation of color #DFF046: hue angle of 66º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFF046 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 70 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.06 |
| HSL | 66º | 0.85% | 0.61% | - |
| HSV(B) | 66º | 0.71% | 0.94% | - |
| XYZ | 62.7 | 78.45 | 17.63 | - |
| YUV | 215.54 | 45.87 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 70 | 0.07 | 0 | 0.71 | 0.06 | 66 | 0.85 | 0.61 |
| Hex | DF | F0 | 46 | 7 | 0 | 47 | 6 | 42 | 55 | 3D |
| Octal | 337 | 360 | 106 | 7 | 0 | 107 | 6 | 102 | 125 | 75 |
| Binary | 11011111 | 11110000 | 1000110 | 111 | 0 | 1000111 | 110 | 1000010 | 1010101 | 111101 |
Color Harmonies of #DFF046
Complementary color
Monochromatic Colors of #DFF046
Black with #DFF046
Text Example
Text Example
White with #DFF046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF046; }
p { color: rgb(223,240,70); }
H1.HeaderClassName
{
color: #DFF046;
}
.AnyTagClassName
{
color: #DFF046;
}
</style>
background-color css
<style>
a { background-color: #DFF046; }
a { background-color: rgb(223,240,70); }
div.DivClassName
{
background-color: #DFF046;
}
.BgClassName
{
background-color: #DFF046;
}
</style>
border-color css
<style>
span { border-color: #DFF046; }
span { border-color: rgb(223,240,70); }
td.TdClassName
{
border-color: #DFF046;
}
.TagClassName
{
border-color: #DFF046;
}
</style>