Shades of Starship #DFEF40
Tints of Starship #DFEF40
RGB
CMYK
RGB Variations
Color information
#DFEF40 (or 0xDFEF40) is known color: Starship. HEX triplet: DF, EF and 40. RGB value is (223,239,64). Sum of RGB (Red+Green+Blue) = 223+239+64=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 64 (25.39% from 255 or 12.17% from 526); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEF40 is #2010BF. Grayscale: #D6D6D6. Windows color (decimal): -2101440 or 4255711. OLE color: 4255711.
HSL color Cylindrical-coordinate representation of color #DFEF40: hue angle of 65.49º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFEF40 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 239 | 64 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.06 |
| HSL | 65.49º | 0.85% | 0.59% | - |
| HSV(B) | 65.49º | 0.73% | 0.94% | - |
| XYZ | 62.22 | 77.79 | 16.59 | - |
| YUV | 214.27 | 43.2 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 239 | 64 | 0.07 | 0 | 0.73 | 0.06 | 65.49 | 0.85 | 0.59 |
| Hex | DF | EF | 40 | 7 | 0 | 49 | 6 | 41 | 55 | 3B |
| Octal | 337 | 357 | 100 | 7 | 0 | 111 | 6 | 101 | 125 | 73 |
| Binary | 11011111 | 11101111 | 1000000 | 111 | 0 | 1001001 | 110 | 1000001 | 1010101 | 111011 |
Color Harmonies of #DFEF40
Complementary color
Monochromatic Colors of #DFEF40
Black with #DFEF40
Text Example
Text Example
White with #DFEF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEF40; }
p { color: rgb(223,239,64); }
H1.HeaderClassName
{
color: #DFEF40;
}
.AnyTagClassName
{
color: #DFEF40;
}
</style>
background-color css
<style>
a { background-color: #DFEF40; }
a { background-color: rgb(223,239,64); }
div.DivClassName
{
background-color: #DFEF40;
}
.BgClassName
{
background-color: #DFEF40;
}
</style>
border-color css
<style>
span { border-color: #DFEF40; }
span { border-color: rgb(223,239,64); }
td.TdClassName
{
border-color: #DFEF40;
}
.TagClassName
{
border-color: #DFEF40;
}
</style>