Shades of Starship #DDEE40
Tints of Starship #DDEE40
RGB
CMYK
RGB Variations
Color information
#DDEE40 (or 0xDDEE40) is known color: Starship. HEX triplet: DD, EE and 40. RGB value is (221,238,64). Sum of RGB (Red+Green+Blue) = 221+238+64=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 64 (25.39% from 255 or 12.24% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE40 is #2211BF. Grayscale: #D5D5D5. Windows color (decimal): -2232768 or 4255453. OLE color: 4255453.
HSL color Cylindrical-coordinate representation of color #DDEE40: hue angle of 65.86º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDEE40 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 64 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.07 |
| HSL | 65.86º | 0.84% | 0.59% | - |
| HSV(B) | 65.86º | 0.73% | 0.93% | - |
| XYZ | 61.32 | 76.89 | 16.46 | - |
| YUV | 213.08 | 43.87 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 64 | 0.07 | 0 | 0.73 | 0.07 | 65.86 | 0.84 | 0.59 |
| Hex | DD | EE | 40 | 7 | 0 | 49 | 7 | 42 | 54 | 3B |
| Octal | 335 | 356 | 100 | 7 | 0 | 111 | 7 | 102 | 124 | 73 |
| Binary | 11011101 | 11101110 | 1000000 | 111 | 0 | 1001001 | 111 | 1000010 | 1010100 | 111011 |
Color Harmonies of #DDEE40
Complementary color
Monochromatic Colors of #DDEE40
Black with #DDEE40
Text Example
Text Example
White with #DDEE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEE40; }
p { color: rgb(221,238,64); }
H1.HeaderClassName
{
color: #DDEE40;
}
.AnyTagClassName
{
color: #DDEE40;
}
</style>
background-color css
<style>
a { background-color: #DDEE40; }
a { background-color: rgb(221,238,64); }
div.DivClassName
{
background-color: #DDEE40;
}
.BgClassName
{
background-color: #DDEE40;
}
</style>
border-color css
<style>
span { border-color: #DDEE40; }
span { border-color: rgb(221,238,64); }
td.TdClassName
{
border-color: #DDEE40;
}
.TagClassName
{
border-color: #DDEE40;
}
</style>