Shades of Starship #DDF144
Tints of Starship #DDF144
RGB
CMYK
RGB Variations
Color information
#DDF144 (or 0xDDF144) is known color: Starship. HEX triplet: DD, F1 and 44. RGB value is (221,241,68). Sum of RGB (Red+Green+Blue) = 221+241+68=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 68 (26.95% from 255 or 12.83% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF144 is #220EBB. Grayscale: #D7D7D7. Windows color (decimal): -2231996 or 4518365. OLE color: 4518365.
HSL color Cylindrical-coordinate representation of color #DDF144: hue angle of 66.94º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDF144 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 68 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.05 |
| HSL | 66.94º | 0.86% | 0.61% | - |
| HSV(B) | 66.94º | 0.72% | 0.95% | - |
| XYZ | 62.32 | 78.7 | 17.38 | - |
| YUV | 215.3 | 44.87 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 68 | 0.08 | 0 | 0.72 | 0.05 | 66.94 | 0.86 | 0.61 |
| Hex | DD | F1 | 44 | 8 | 0 | 48 | 5 | 43 | 56 | 3D |
| Octal | 335 | 361 | 104 | 10 | 0 | 110 | 5 | 103 | 126 | 75 |
| Binary | 11011101 | 11110001 | 1000100 | 1000 | 0 | 1001000 | 101 | 1000011 | 1010110 | 111101 |
Color Harmonies of #DDF144
Complementary color
Monochromatic Colors of #DDF144
Black with #DDF144
Text Example
Text Example
White with #DDF144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF144; }
p { color: rgb(221,241,68); }
H1.HeaderClassName
{
color: #DDF144;
}
.AnyTagClassName
{
color: #DDF144;
}
</style>
background-color css
<style>
a { background-color: #DDF144; }
a { background-color: rgb(221,241,68); }
div.DivClassName
{
background-color: #DDF144;
}
.BgClassName
{
background-color: #DDF144;
}
</style>
border-color css
<style>
span { border-color: #DDF144; }
span { border-color: rgb(221,241,68); }
td.TdClassName
{
border-color: #DDF144;
}
.TagClassName
{
border-color: #DDF144;
}
</style>