Shades of Starship #DCEE48
Tints of Starship #DCEE48
RGB
CMYK
RGB Variations
Color information
#DCEE48 (or 0xDCEE48) is known color: Starship. HEX triplet: DC, EE and 48. RGB value is (220,238,72). Sum of RGB (Red+Green+Blue) = 220+238+72=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 72 (28.52% from 255 or 13.58% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE48 is #2311B7. Grayscale: #D6D6D6. Windows color (decimal): -2298296 or 4779740. OLE color: 4779740.
HSL color Cylindrical-coordinate representation of color #DCEE48: hue angle of 66.51º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCEE48 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 72 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.07 |
| HSL | 66.51º | 0.83% | 0.61% | - |
| HSV(B) | 66.51º | 0.7% | 0.93% | - |
| XYZ | 61.26 | 76.83 | 17.73 | - |
| YUV | 213.69 | 48.04 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 72 | 0.08 | 0 | 0.70 | 0.07 | 66.51 | 0.83 | 0.61 |
| Hex | DC | EE | 48 | 8 | 0 | 46 | 7 | 43 | 53 | 3D |
| Octal | 334 | 356 | 110 | 10 | 0 | 106 | 7 | 103 | 123 | 75 |
| Binary | 11011100 | 11101110 | 1001000 | 1000 | 0 | 1000110 | 111 | 1000011 | 1010011 | 111101 |
Color Harmonies of #DCEE48
Complementary color
Monochromatic Colors of #DCEE48
Black with #DCEE48
Text Example
Text Example
White with #DCEE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE48; }
p { color: rgb(220,238,72); }
H1.HeaderClassName
{
color: #DCEE48;
}
.AnyTagClassName
{
color: #DCEE48;
}
</style>
background-color css
<style>
a { background-color: #DCEE48; }
a { background-color: rgb(220,238,72); }
div.DivClassName
{
background-color: #DCEE48;
}
.BgClassName
{
background-color: #DCEE48;
}
</style>
border-color css
<style>
span { border-color: #DCEE48; }
span { border-color: rgb(220,238,72); }
td.TdClassName
{
border-color: #DCEE48;
}
.TagClassName
{
border-color: #DCEE48;
}
</style>