Shades of Starship #DEEF49
Tints of Starship #DEEF49
RGB
CMYK
RGB Variations
Color information
#DEEF49 (or 0xDEEF49) is known color: Starship. HEX triplet: DE, EF and 49. RGB value is (222,239,73). Sum of RGB (Red+Green+Blue) = 222+239+73=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 73 (28.91% from 255 or 13.67% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEF49 is #2110B6. Grayscale: #D7D7D7. Windows color (decimal): -2166967 or 4845534. OLE color: 4845534.
HSL color Cylindrical-coordinate representation of color #DEEF49: hue angle of 66.14º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEEF49 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 239 | 73 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.06 |
| HSL | 66.14º | 0.84% | 0.61% | - |
| HSV(B) | 66.14º | 0.69% | 0.94% | - |
| XYZ | 62.19 | 77.74 | 18.03 | - |
| YUV | 214.99 | 47.87 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 73 | 0.07 | 0 | 0.69 | 0.06 | 66.14 | 0.84 | 0.61 |
| Hex | DE | EF | 49 | 7 | 0 | 45 | 6 | 42 | 54 | 3D |
| Octal | 336 | 357 | 111 | 7 | 0 | 105 | 6 | 102 | 124 | 75 |
| Binary | 11011110 | 11101111 | 1001001 | 111 | 0 | 1000101 | 110 | 1000010 | 1010100 | 111101 |
Color Harmonies of #DEEF49
Complementary color
Monochromatic Colors of #DEEF49
Black with #DEEF49
Text Example
Text Example
White with #DEEF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEF49; }
p { color: rgb(222,239,73); }
H1.HeaderClassName
{
color: #DEEF49;
}
.AnyTagClassName
{
color: #DEEF49;
}
</style>
background-color css
<style>
a { background-color: #DEEF49; }
a { background-color: rgb(222,239,73); }
div.DivClassName
{
background-color: #DEEF49;
}
.BgClassName
{
background-color: #DEEF49;
}
</style>
border-color css
<style>
span { border-color: #DEEF49; }
span { border-color: rgb(222,239,73); }
td.TdClassName
{
border-color: #DEEF49;
}
.TagClassName
{
border-color: #DEEF49;
}
</style>