Shades of Starship #DDF245
Tints of Starship #DDF245
RGB
CMYK
RGB Variations
Color information
#DDF245 (or 0xDDF245) is known color: Starship. HEX triplet: DD, F2 and 45. RGB value is (221,242,69). Sum of RGB (Red+Green+Blue) = 221+242+69=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 69 (27.34% from 255 or 12.97% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF245 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF245 is #220DBA. Grayscale: #D8D8D8. Windows color (decimal): -2231739 or 4584157. OLE color: 4584157.
HSL color Cylindrical-coordinate representation of color #DDF245: hue angle of 67.28º degrees, saturation: 0.87, 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 #DDF245 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 69 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.05 |
| HSL | 67.28º | 0.87% | 0.61% | - |
| HSV(B) | 67.28º | 0.71% | 0.95% | - |
| XYZ | 62.65 | 79.31 | 17.64 | - |
| YUV | 216 | 45.04 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 69 | 0.09 | 0 | 0.71 | 0.05 | 67.28 | 0.87 | 0.61 |
| Hex | DD | F2 | 45 | 9 | 0 | 47 | 5 | 43 | 57 | 3D |
| Octal | 335 | 362 | 105 | 11 | 0 | 107 | 5 | 103 | 127 | 75 |
| Binary | 11011101 | 11110010 | 1000101 | 1001 | 0 | 1000111 | 101 | 1000011 | 1010111 | 111101 |
Color Harmonies of #DDF245
Complementary color
Monochromatic Colors of #DDF245
Black with #DDF245
Text Example
Text Example
White with #DDF245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF245; }
p { color: rgb(221,242,69); }
H1.HeaderClassName
{
color: #DDF245;
}
.AnyTagClassName
{
color: #DDF245;
}
</style>
background-color css
<style>
a { background-color: #DDF245; }
a { background-color: rgb(221,242,69); }
div.DivClassName
{
background-color: #DDF245;
}
.BgClassName
{
background-color: #DDF245;
}
</style>
border-color css
<style>
span { border-color: #DDF245; }
span { border-color: rgb(221,242,69); }
td.TdClassName
{
border-color: #DDF245;
}
.TagClassName
{
border-color: #DDF245;
}
</style>