Shades of Starship #DBEE47
Tints of Starship #DBEE47
RGB
CMYK
RGB Variations
Color information
#DBEE47 (or 0xDBEE47) is known color: Starship. HEX triplet: DB, EE and 47. RGB value is (219,238,71). Sum of RGB (Red+Green+Blue) = 219+238+71=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 71 (28.12% from 255 or 13.45% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE47 is #2411B8. Grayscale: #D5D5D5. Windows color (decimal): -2363833 or 4714203. OLE color: 4714203.
HSL color Cylindrical-coordinate representation of color #DBEE47: hue angle of 66.83º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBEE47 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 71 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.07 |
| HSL | 66.83º | 0.83% | 0.61% | - |
| HSV(B) | 66.83º | 0.7% | 0.93% | - |
| XYZ | 60.93 | 76.66 | 17.55 | - |
| YUV | 213.28 | 47.71 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 71 | 0.08 | 0 | 0.70 | 0.07 | 66.83 | 0.83 | 0.61 |
| Hex | DB | EE | 47 | 8 | 0 | 46 | 7 | 43 | 53 | 3D |
| Octal | 333 | 356 | 107 | 10 | 0 | 106 | 7 | 103 | 123 | 75 |
| Binary | 11011011 | 11101110 | 1000111 | 1000 | 0 | 1000110 | 111 | 1000011 | 1010011 | 111101 |
Color Harmonies of #DBEE47
Complementary color
Monochromatic Colors of #DBEE47
Black with #DBEE47
Text Example
Text Example
White with #DBEE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE47; }
p { color: rgb(219,238,71); }
H1.HeaderClassName
{
color: #DBEE47;
}
.AnyTagClassName
{
color: #DBEE47;
}
</style>
background-color css
<style>
a { background-color: #DBEE47; }
a { background-color: rgb(219,238,71); }
div.DivClassName
{
background-color: #DBEE47;
}
.BgClassName
{
background-color: #DBEE47;
}
</style>
border-color css
<style>
span { border-color: #DBEE47; }
span { border-color: rgb(219,238,71); }
td.TdClassName
{
border-color: #DBEE47;
}
.TagClassName
{
border-color: #DBEE47;
}
</style>