Shades of Starship #DCEF47
Tints of Starship #DCEF47
RGB
CMYK
RGB Variations
Color information
#DCEF47 (or 0xDCEF47) is known color: Starship. HEX triplet: DC, EF and 47. RGB value is (220,239,71). Sum of RGB (Red+Green+Blue) = 220+239+71=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 71 (28.12% from 255 or 13.40% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF47 is #2310B8. Grayscale: #D6D6D6. Windows color (decimal): -2298041 or 4714460. OLE color: 4714460.
HSL color Cylindrical-coordinate representation of color #DCEF47: hue angle of 66.79º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCEF47 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 71 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.06 |
| HSL | 66.79º | 0.84% | 0.61% | - |
| HSV(B) | 66.79º | 0.7% | 0.94% | - |
| XYZ | 61.52 | 77.4 | 17.66 | - |
| YUV | 214.17 | 47.21 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 71 | 0.08 | 0 | 0.70 | 0.06 | 66.79 | 0.84 | 0.61 |
| Hex | DC | EF | 47 | 8 | 0 | 46 | 6 | 43 | 54 | 3D |
| Octal | 334 | 357 | 107 | 10 | 0 | 106 | 6 | 103 | 124 | 75 |
| Binary | 11011100 | 11101111 | 1000111 | 1000 | 0 | 1000110 | 110 | 1000011 | 1010100 | 111101 |
Color Harmonies of #DCEF47
Complementary color
Monochromatic Colors of #DCEF47
Black with #DCEF47
Text Example
Text Example
White with #DCEF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF47; }
p { color: rgb(220,239,71); }
H1.HeaderClassName
{
color: #DCEF47;
}
.AnyTagClassName
{
color: #DCEF47;
}
</style>
background-color css
<style>
a { background-color: #DCEF47; }
a { background-color: rgb(220,239,71); }
div.DivClassName
{
background-color: #DCEF47;
}
.BgClassName
{
background-color: #DCEF47;
}
</style>
border-color css
<style>
span { border-color: #DCEF47; }
span { border-color: rgb(220,239,71); }
td.TdClassName
{
border-color: #DCEF47;
}
.TagClassName
{
border-color: #DCEF47;
}
</style>