Shades of Starship #DFE145
Tints of Starship #DFE145
RGB
CMYK
RGB Variations
Color information
#DFE145 (or 0xDFE145) is known color: Starship. HEX triplet: DF, E1 and 45. RGB value is (223,225,69). Sum of RGB (Red+Green+Blue) = 223+225+69=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 69 (27.34% from 255 or 13.35% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE145 is #201EBA. Grayscale: #CFCFCF. Windows color (decimal): -2105019 or 4579807. OLE color: 4579807.
HSL color Cylindrical-coordinate representation of color #DFE145: hue angle of 60.77º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFE145 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 69 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.12 |
| HSL | 60.77º | 0.72% | 0.58% | - |
| HSV(B) | 60.77º | 0.69% | 0.88% | - |
| XYZ | 58.43 | 69.97 | 16.06 | - |
| YUV | 206.62 | 50.34 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 69 | 0.01 | 0 | 0.69 | 0.12 | 60.77 | 0.72 | 0.58 |
| Hex | DF | E1 | 45 | 1 | 0 | 45 | C | 3D | 48 | 3A |
| Octal | 337 | 341 | 105 | 1 | 0 | 105 | 14 | 75 | 110 | 72 |
| Binary | 11011111 | 11100001 | 1000101 | 1 | 0 | 1000101 | 1100 | 111101 | 1001000 | 111010 |
Color Harmonies of #DFE145
Complementary color
Monochromatic Colors of #DFE145
Black with #DFE145
Text Example
Text Example
White with #DFE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE145; }
p { color: rgb(223,225,69); }
H1.HeaderClassName
{
color: #DFE145;
}
.AnyTagClassName
{
color: #DFE145;
}
</style>
background-color css
<style>
a { background-color: #DFE145; }
a { background-color: rgb(223,225,69); }
div.DivClassName
{
background-color: #DFE145;
}
.BgClassName
{
background-color: #DFE145;
}
</style>
border-color css
<style>
span { border-color: #DFE145; }
span { border-color: rgb(223,225,69); }
td.TdClassName
{
border-color: #DFE145;
}
.TagClassName
{
border-color: #DFE145;
}
</style>