Shades of Starship #DEEC40
Tints of Starship #DEEC40
RGB
CMYK
RGB Variations
Color information
#DEEC40 (or 0xDEEC40) is known color: Starship. HEX triplet: DE, EC and 40. RGB value is (222,236,64). Sum of RGB (Red+Green+Blue) = 222+236+64=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 64 (25.39% from 255 or 12.26% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #DEEC40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEC40 is #2113BF. Grayscale: #D4D4D4. Windows color (decimal): -2167744 or 4254942. OLE color: 4254942.
HSL color Cylindrical-coordinate representation of color #DEEC40: hue angle of 64.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEEC40 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 64 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.07 |
| HSL | 64.88º | 0.82% | 0.59% | - |
| HSV(B) | 64.88º | 0.73% | 0.93% | - |
| XYZ | 61.05 | 75.89 | 16.28 | - |
| YUV | 212.21 | 44.36 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 64 | 0.06 | 0 | 0.73 | 0.07 | 64.88 | 0.82 | 0.59 |
| Hex | DE | EC | 40 | 6 | 0 | 49 | 7 | 41 | 52 | 3B |
| Octal | 336 | 354 | 100 | 6 | 0 | 111 | 7 | 101 | 122 | 73 |
| Binary | 11011110 | 11101100 | 1000000 | 110 | 0 | 1001001 | 111 | 1000001 | 1010010 | 111011 |
Color Harmonies of #DEEC40
Complementary color
Monochromatic Colors of #DEEC40
Black with #DEEC40
Text Example
Text Example
White with #DEEC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEC40; }
p { color: rgb(222,236,64); }
H1.HeaderClassName
{
color: #DEEC40;
}
.AnyTagClassName
{
color: #DEEC40;
}
</style>
background-color css
<style>
a { background-color: #DEEC40; }
a { background-color: rgb(222,236,64); }
div.DivClassName
{
background-color: #DEEC40;
}
.BgClassName
{
background-color: #DEEC40;
}
</style>
border-color css
<style>
span { border-color: #DEEC40; }
span { border-color: rgb(222,236,64); }
td.TdClassName
{
border-color: #DEEC40;
}
.TagClassName
{
border-color: #DEEC40;
}
</style>