Shades of Starship #DBED45
Tints of Starship #DBED45
RGB
CMYK
RGB Variations
Color information
#DBED45 (or 0xDBED45) is known color: Starship. HEX triplet: DB, ED and 45. RGB value is (219,237,69). Sum of RGB (Red+Green+Blue) = 219+237+69=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 69 (27.34% from 255 or 13.14% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBED45 is #2412BA. Grayscale: #D5D5D5. Windows color (decimal): -2364091 or 4582875. OLE color: 4582875.
HSL color Cylindrical-coordinate representation of color #DBED45: hue angle of 66.43º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBED45 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 69 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.07 |
| HSL | 66.43º | 0.82% | 0.6% | - |
| HSV(B) | 66.43º | 0.71% | 0.93% | - |
| XYZ | 60.57 | 76.06 | 17.12 | - |
| YUV | 212.47 | 47.04 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 69 | 0.08 | 0 | 0.71 | 0.07 | 66.43 | 0.82 | 0.6 |
| Hex | DB | ED | 45 | 8 | 0 | 47 | 7 | 42 | 52 | 3C |
| Octal | 333 | 355 | 105 | 10 | 0 | 107 | 7 | 102 | 122 | 74 |
| Binary | 11011011 | 11101101 | 1000101 | 1000 | 0 | 1000111 | 111 | 1000010 | 1010010 | 111100 |
Color Harmonies of #DBED45
Complementary color
Monochromatic Colors of #DBED45
Black with #DBED45
Text Example
Text Example
White with #DBED45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED45; }
p { color: rgb(219,237,69); }
H1.HeaderClassName
{
color: #DBED45;
}
.AnyTagClassName
{
color: #DBED45;
}
</style>
background-color css
<style>
a { background-color: #DBED45; }
a { background-color: rgb(219,237,69); }
div.DivClassName
{
background-color: #DBED45;
}
.BgClassName
{
background-color: #DBED45;
}
</style>
border-color css
<style>
span { border-color: #DBED45; }
span { border-color: rgb(219,237,69); }
td.TdClassName
{
border-color: #DBED45;
}
.TagClassName
{
border-color: #DBED45;
}
</style>