Shades of Starship #DCEE45
Tints of Starship #DCEE45
RGB
CMYK
RGB Variations
Color information
#DCEE45 (or 0xDCEE45) is known color: Starship. HEX triplet: DC, EE and 45. RGB value is (220,238,69). Sum of RGB (Red+Green+Blue) = 220+238+69=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 69 (27.34% from 255 or 13.09% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE45 is #2311BA. Grayscale: #D6D6D6. Windows color (decimal): -2298299 or 4583132. OLE color: 4583132.
HSL color Cylindrical-coordinate representation of color #DCEE45: hue angle of 66.39º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCEE45 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 69 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.07 |
| HSL | 66.39º | 0.83% | 0.6% | - |
| HSV(B) | 66.39º | 0.71% | 0.93% | - |
| XYZ | 61.16 | 76.79 | 17.23 | - |
| YUV | 213.35 | 46.54 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 69 | 0.08 | 0 | 0.71 | 0.07 | 66.39 | 0.83 | 0.6 |
| Hex | DC | EE | 45 | 8 | 0 | 47 | 7 | 42 | 53 | 3C |
| Octal | 334 | 356 | 105 | 10 | 0 | 107 | 7 | 102 | 123 | 74 |
| Binary | 11011100 | 11101110 | 1000101 | 1000 | 0 | 1000111 | 111 | 1000010 | 1010011 | 111100 |
Color Harmonies of #DCEE45
Complementary color
Monochromatic Colors of #DCEE45
Black with #DCEE45
Text Example
Text Example
White with #DCEE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE45; }
p { color: rgb(220,238,69); }
H1.HeaderClassName
{
color: #DCEE45;
}
.AnyTagClassName
{
color: #DCEE45;
}
</style>
background-color css
<style>
a { background-color: #DCEE45; }
a { background-color: rgb(220,238,69); }
div.DivClassName
{
background-color: #DCEE45;
}
.BgClassName
{
background-color: #DCEE45;
}
</style>
border-color css
<style>
span { border-color: #DCEE45; }
span { border-color: rgb(220,238,69); }
td.TdClassName
{
border-color: #DCEE45;
}
.TagClassName
{
border-color: #DCEE45;
}
</style>