Shades of Starship #DEF449
Tints of Starship #DEF449
RGB
CMYK
RGB Variations
Color information
#DEF449 (or 0xDEF449) is known color: Starship. HEX triplet: DE, F4 and 49. RGB value is (222,244,73). Sum of RGB (Red+Green+Blue) = 222+244+73=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 244 (95.70% from 255 or 45.27% from 539); Blue value is 73 (28.91% from 255 or 13.54% from 539); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF449 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF449 is #210BB6. Grayscale: #DADADA. Windows color (decimal): -2165687 or 4846814. OLE color: 4846814.
HSL color Cylindrical-coordinate representation of color #DEF449: hue angle of 67.72º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEF449 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 244 | 73 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.04 |
| HSL | 67.72º | 0.89% | 0.62% | - |
| HSV(B) | 67.72º | 0.7% | 0.96% | - |
| XYZ | 63.68 | 80.71 | 18.53 | - |
| YUV | 217.93 | 46.21 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 244 | 73 | 0.09 | 0 | 0.70 | 0.04 | 67.72 | 0.89 | 0.62 |
| Hex | DE | F4 | 49 | 9 | 0 | 46 | 4 | 44 | 59 | 3E |
| Octal | 336 | 364 | 111 | 11 | 0 | 106 | 4 | 104 | 131 | 76 |
| Binary | 11011110 | 11110100 | 1001001 | 1001 | 0 | 1000110 | 100 | 1000100 | 1011001 | 111110 |
Color Harmonies of #DEF449
Complementary color
Monochromatic Colors of #DEF449
Black with #DEF449
Text Example
Text Example
White with #DEF449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF449; }
p { color: rgb(222,244,73); }
H1.HeaderClassName
{
color: #DEF449;
}
.AnyTagClassName
{
color: #DEF449;
}
</style>
background-color css
<style>
a { background-color: #DEF449; }
a { background-color: rgb(222,244,73); }
div.DivClassName
{
background-color: #DEF449;
}
.BgClassName
{
background-color: #DEF449;
}
</style>
border-color css
<style>
span { border-color: #DEF449; }
span { border-color: rgb(222,244,73); }
td.TdClassName
{
border-color: #DEF449;
}
.TagClassName
{
border-color: #DEF449;
}
</style>