Shades of Starship #DDEF42
Tints of Starship #DDEF42
RGB
CMYK
RGB Variations
Color information
#DDEF42 (or 0xDDEF42) is known color: Starship. HEX triplet: DD, EF and 42. RGB value is (221,239,66). Sum of RGB (Red+Green+Blue) = 221+239+66=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 66 (26.17% from 255 or 12.55% from 526); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF42 is #2210BD. Grayscale: #D6D6D6. Windows color (decimal): -2232510 or 4386781. OLE color: 4386781.
HSL color Cylindrical-coordinate representation of color #DDEF42: hue angle of 66.24º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDEF42 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 66 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.06 |
| HSL | 66.24º | 0.84% | 0.6% | - |
| HSV(B) | 66.24º | 0.72% | 0.94% | - |
| XYZ | 61.67 | 77.5 | 16.86 | - |
| YUV | 213.9 | 44.54 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 66 | 0.08 | 0 | 0.72 | 0.06 | 66.24 | 0.84 | 0.6 |
| Hex | DD | EF | 42 | 8 | 0 | 48 | 6 | 42 | 54 | 3C |
| Octal | 335 | 357 | 102 | 10 | 0 | 110 | 6 | 102 | 124 | 74 |
| Binary | 11011101 | 11101111 | 1000010 | 1000 | 0 | 1001000 | 110 | 1000010 | 1010100 | 111100 |
Color Harmonies of #DDEF42
Complementary color
Monochromatic Colors of #DDEF42
Black with #DDEF42
Text Example
Text Example
White with #DDEF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF42; }
p { color: rgb(221,239,66); }
H1.HeaderClassName
{
color: #DDEF42;
}
.AnyTagClassName
{
color: #DDEF42;
}
</style>
background-color css
<style>
a { background-color: #DDEF42; }
a { background-color: rgb(221,239,66); }
div.DivClassName
{
background-color: #DDEF42;
}
.BgClassName
{
background-color: #DDEF42;
}
</style>
border-color css
<style>
span { border-color: #DDEF42; }
span { border-color: rgb(221,239,66); }
td.TdClassName
{
border-color: #DDEF42;
}
.TagClassName
{
border-color: #DDEF42;
}
</style>