Shades of Starship #DFF043
Tints of Starship #DFF043
RGB
CMYK
RGB Variations
Color information
#DFF043 (or 0xDFF043) is known color: Starship. HEX triplet: DF, F0 and 43. RGB value is (223,240,67). Sum of RGB (Red+Green+Blue) = 223+240+67=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 67 (26.56% from 255 or 12.64% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF043 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF043 is #200FBC. Grayscale: #D7D7D7. Windows color (decimal): -2101181 or 4452575. OLE color: 4452575.
HSL color Cylindrical-coordinate representation of color #DFF043: hue angle of 65.9º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFF043 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 67 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.06 |
| HSL | 65.9º | 0.85% | 0.6% | - |
| HSV(B) | 65.9º | 0.72% | 0.94% | - |
| XYZ | 62.6 | 78.41 | 17.15 | - |
| YUV | 215.2 | 44.37 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 67 | 0.07 | 0 | 0.72 | 0.06 | 65.9 | 0.85 | 0.6 |
| Hex | DF | F0 | 43 | 7 | 0 | 48 | 6 | 42 | 55 | 3C |
| Octal | 337 | 360 | 103 | 7 | 0 | 110 | 6 | 102 | 125 | 74 |
| Binary | 11011111 | 11110000 | 1000011 | 111 | 0 | 1001000 | 110 | 1000010 | 1010101 | 111100 |
Color Harmonies of #DFF043
Complementary color
Monochromatic Colors of #DFF043
Black with #DFF043
Text Example
Text Example
White with #DFF043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF043; }
p { color: rgb(223,240,67); }
H1.HeaderClassName
{
color: #DFF043;
}
.AnyTagClassName
{
color: #DFF043;
}
</style>
background-color css
<style>
a { background-color: #DFF043; }
a { background-color: rgb(223,240,67); }
div.DivClassName
{
background-color: #DFF043;
}
.BgClassName
{
background-color: #DFF043;
}
</style>
border-color css
<style>
span { border-color: #DFF043; }
span { border-color: rgb(223,240,67); }
td.TdClassName
{
border-color: #DFF043;
}
.TagClassName
{
border-color: #DFF043;
}
</style>