Shades of Starship #DDEF41
Tints of Starship #DDEF41
RGB
CMYK
RGB Variations
Color information
#DDEF41 (or 0xDDEF41) is known color: Starship. HEX triplet: DD, EF and 41. RGB value is (221,239,65). Sum of RGB (Red+Green+Blue) = 221+239+65=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 65 (25.78% from 255 or 12.38% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF41 is #2210BE. Grayscale: #D6D6D6. Windows color (decimal): -2232511 or 4321245. OLE color: 4321245.
HSL color Cylindrical-coordinate representation of color #DDEF41: hue angle of 66.21º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDEF41 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 65 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.06 |
| HSL | 66.21º | 0.84% | 0.6% | - |
| HSV(B) | 66.21º | 0.73% | 0.94% | - |
| XYZ | 61.64 | 77.49 | 16.71 | - |
| YUV | 213.78 | 44.04 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 65 | 0.08 | 0 | 0.73 | 0.06 | 66.21 | 0.84 | 0.6 |
| Hex | DD | EF | 41 | 8 | 0 | 49 | 6 | 42 | 54 | 3C |
| Octal | 335 | 357 | 101 | 10 | 0 | 111 | 6 | 102 | 124 | 74 |
| Binary | 11011101 | 11101111 | 1000001 | 1000 | 0 | 1001001 | 110 | 1000010 | 1010100 | 111100 |
Color Harmonies of #DDEF41
Complementary color
Monochromatic Colors of #DDEF41
Black with #DDEF41
Text Example
Text Example
White with #DDEF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF41; }
p { color: rgb(221,239,65); }
H1.HeaderClassName
{
color: #DDEF41;
}
.AnyTagClassName
{
color: #DDEF41;
}
</style>
background-color css
<style>
a { background-color: #DDEF41; }
a { background-color: rgb(221,239,65); }
div.DivClassName
{
background-color: #DDEF41;
}
.BgClassName
{
background-color: #DDEF41;
}
</style>
border-color css
<style>
span { border-color: #DDEF41; }
span { border-color: rgb(221,239,65); }
td.TdClassName
{
border-color: #DDEF41;
}
.TagClassName
{
border-color: #DDEF41;
}
</style>