Shades of Starship #DDEF47
Tints of Starship #DDEF47
RGB
CMYK
RGB Variations
Color information
#DDEF47 (or 0xDDEF47) is known color: Starship. HEX triplet: DD, EF and 47. RGB value is (221,239,71). Sum of RGB (Red+Green+Blue) = 221+239+71=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 71 (28.12% from 255 or 13.37% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF47 is #2210B8. Grayscale: #D7D7D7. Windows color (decimal): -2232505 or 4714461. OLE color: 4714461.
HSL color Cylindrical-coordinate representation of color #DDEF47: hue angle of 66.43º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDEF47 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 71 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.06 |
| HSL | 66.43º | 0.84% | 0.61% | - |
| HSV(B) | 66.43º | 0.7% | 0.94% | - |
| XYZ | 61.82 | 77.56 | 17.67 | - |
| YUV | 214.47 | 47.04 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 71 | 0.08 | 0 | 0.70 | 0.06 | 66.43 | 0.84 | 0.61 |
| Hex | DD | EF | 47 | 8 | 0 | 46 | 6 | 42 | 54 | 3D |
| Octal | 335 | 357 | 107 | 10 | 0 | 106 | 6 | 102 | 124 | 75 |
| Binary | 11011101 | 11101111 | 1000111 | 1000 | 0 | 1000110 | 110 | 1000010 | 1010100 | 111101 |
Color Harmonies of #DDEF47
Complementary color
Monochromatic Colors of #DDEF47
Black with #DDEF47
Text Example
Text Example
White with #DDEF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF47; }
p { color: rgb(221,239,71); }
H1.HeaderClassName
{
color: #DDEF47;
}
.AnyTagClassName
{
color: #DDEF47;
}
</style>
background-color css
<style>
a { background-color: #DDEF47; }
a { background-color: rgb(221,239,71); }
div.DivClassName
{
background-color: #DDEF47;
}
.BgClassName
{
background-color: #DDEF47;
}
</style>
border-color css
<style>
span { border-color: #DDEF47; }
span { border-color: rgb(221,239,71); }
td.TdClassName
{
border-color: #DDEF47;
}
.TagClassName
{
border-color: #DDEF47;
}
</style>