Shades of Starship #DFE52E
Tints of Starship #DFE52E
RGB
CMYK
RGB Variations
Color information
#DFE52E (or 0xDFE52E) is known color: Starship. HEX triplet: DF, E5 and 2E. RGB value is (223,229,46). Sum of RGB (Red+Green+Blue) = 223+229+46=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 46 (18.36% from 255 or 9.24% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE52E is #201AD1. Grayscale: #CFCFCF. Windows color (decimal): -2104018 or 3073503. OLE color: 3073503.
HSL color Cylindrical-coordinate representation of color #DFE52E: hue angle of 61.97º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFE52E is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 46 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.10 |
| HSL | 61.97º | 0.78% | 0.54% | - |
| HSV(B) | 61.97º | 0.8% | 0.9% | - |
| XYZ | 58.94 | 71.92 | 13.36 | - |
| YUV | 206.34 | 37.51 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 46 | 0.03 | 0 | 0.80 | 0.10 | 61.97 | 0.78 | 0.54 |
| Hex | DF | E5 | 2E | 3 | 0 | 50 | A | 3E | 4E | 36 |
| Octal | 337 | 345 | 56 | 3 | 0 | 120 | 12 | 76 | 116 | 66 |
| Binary | 11011111 | 11100101 | 101110 | 11 | 0 | 1010000 | 1010 | 111110 | 1001110 | 110110 |
Color Harmonies of #DFE52E
Complementary color
Monochromatic Colors of #DFE52E
Black with #DFE52E
Text Example
Text Example
White with #DFE52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE52E; }
p { color: rgb(223,229,46); }
H1.HeaderClassName
{
color: #DFE52E;
}
.AnyTagClassName
{
color: #DFE52E;
}
</style>
background-color css
<style>
a { background-color: #DFE52E; }
a { background-color: rgb(223,229,46); }
div.DivClassName
{
background-color: #DFE52E;
}
.BgClassName
{
background-color: #DFE52E;
}
</style>
border-color css
<style>
span { border-color: #DFE52E; }
span { border-color: rgb(223,229,46); }
td.TdClassName
{
border-color: #DFE52E;
}
.TagClassName
{
border-color: #DFE52E;
}
</style>