Shades of Starship #DDF148
Tints of Starship #DDF148
RGB
CMYK
RGB Variations
Color information
#DDF148 (or 0xDDF148) is known color: Starship. HEX triplet: DD, F1 and 48. RGB value is (221,241,72). Sum of RGB (Red+Green+Blue) = 221+241+72=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 72 (28.52% from 255 or 13.48% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF148 is #220EB7. Grayscale: #D8D8D8. Windows color (decimal): -2231992 or 4780509. OLE color: 4780509.
HSL color Cylindrical-coordinate representation of color #DDF148: hue angle of 67.1º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDF148 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 72 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.05 |
| HSL | 67.1º | 0.86% | 0.61% | - |
| HSV(B) | 67.1º | 0.7% | 0.95% | - |
| XYZ | 62.44 | 78.75 | 18.04 | - |
| YUV | 215.75 | 46.87 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 72 | 0.08 | 0 | 0.70 | 0.05 | 67.1 | 0.86 | 0.61 |
| Hex | DD | F1 | 48 | 8 | 0 | 46 | 5 | 43 | 56 | 3D |
| Octal | 335 | 361 | 110 | 10 | 0 | 106 | 5 | 103 | 126 | 75 |
| Binary | 11011101 | 11110001 | 1001000 | 1000 | 0 | 1000110 | 101 | 1000011 | 1010110 | 111101 |
Color Harmonies of #DDF148
Complementary color
Monochromatic Colors of #DDF148
Black with #DDF148
Text Example
Text Example
White with #DDF148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF148; }
p { color: rgb(221,241,72); }
H1.HeaderClassName
{
color: #DDF148;
}
.AnyTagClassName
{
color: #DDF148;
}
</style>
background-color css
<style>
a { background-color: #DDF148; }
a { background-color: rgb(221,241,72); }
div.DivClassName
{
background-color: #DDF148;
}
.BgClassName
{
background-color: #DDF148;
}
</style>
border-color css
<style>
span { border-color: #DDF148; }
span { border-color: rgb(221,241,72); }
td.TdClassName
{
border-color: #DDF148;
}
.TagClassName
{
border-color: #DDF148;
}
</style>