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