Shades of Starship #DDF145
Tints of Starship #DDF145
RGB
CMYK
RGB Variations
Color information
#DDF145 (or 0xDDF145) is known color: Starship. HEX triplet: DD, F1 and 45. RGB value is (221,241,69). Sum of RGB (Red+Green+Blue) = 221+241+69=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 69 (27.34% from 255 or 12.99% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF145 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF145 is #220EBA. Grayscale: #D8D8D8. Windows color (decimal): -2231995 or 4583901. OLE color: 4583901.
HSL color Cylindrical-coordinate representation of color #DDF145: hue angle of 66.98º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDF145 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 69 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.05 |
| HSL | 66.98º | 0.86% | 0.61% | - |
| HSV(B) | 66.98º | 0.71% | 0.95% | - |
| XYZ | 62.35 | 78.71 | 17.54 | - |
| YUV | 215.41 | 45.37 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 69 | 0.08 | 0 | 0.71 | 0.05 | 66.98 | 0.86 | 0.61 |
| Hex | DD | F1 | 45 | 8 | 0 | 47 | 5 | 43 | 56 | 3D |
| Octal | 335 | 361 | 105 | 10 | 0 | 107 | 5 | 103 | 126 | 75 |
| Binary | 11011101 | 11110001 | 1000101 | 1000 | 0 | 1000111 | 101 | 1000011 | 1010110 | 111101 |
Color Harmonies of #DDF145
Complementary color
Monochromatic Colors of #DDF145
Black with #DDF145
Text Example
Text Example
White with #DDF145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF145; }
p { color: rgb(221,241,69); }
H1.HeaderClassName
{
color: #DDF145;
}
.AnyTagClassName
{
color: #DDF145;
}
</style>
background-color css
<style>
a { background-color: #DDF145; }
a { background-color: rgb(221,241,69); }
div.DivClassName
{
background-color: #DDF145;
}
.BgClassName
{
background-color: #DDF145;
}
</style>
border-color css
<style>
span { border-color: #DDF145; }
span { border-color: rgb(221,241,69); }
td.TdClassName
{
border-color: #DDF145;
}
.TagClassName
{
border-color: #DDF145;
}
</style>