Shades of Starship #DEEA40
Tints of Starship #DEEA40
RGB
CMYK
RGB Variations
Color information
#DEEA40 (or 0xDEEA40) is known color: Starship. HEX triplet: DE, EA and 40. RGB value is (222,234,64). Sum of RGB (Red+Green+Blue) = 222+234+64=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 64 (25.39% from 255 or 12.31% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEA40 is #2115BF. Grayscale: #D3D3D3. Windows color (decimal): -2168256 or 4254430. OLE color: 4254430.
HSL color Cylindrical-coordinate representation of color #DEEA40: hue angle of 64.24º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEEA40 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 64 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.08 |
| HSL | 64.24º | 0.8% | 0.58% | - |
| HSV(B) | 64.24º | 0.73% | 0.92% | - |
| XYZ | 60.47 | 74.75 | 16.09 | - |
| YUV | 211.03 | 45.02 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 64 | 0.05 | 0 | 0.73 | 0.08 | 64.24 | 0.8 | 0.58 |
| Hex | DE | EA | 40 | 5 | 0 | 49 | 8 | 40 | 50 | 3A |
| Octal | 336 | 352 | 100 | 5 | 0 | 111 | 10 | 100 | 120 | 72 |
| Binary | 11011110 | 11101010 | 1000000 | 101 | 0 | 1001001 | 1000 | 1000000 | 1010000 | 111010 |
Color Harmonies of #DEEA40
Complementary color
Monochromatic Colors of #DEEA40
Black with #DEEA40
Text Example
Text Example
White with #DEEA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA40; }
p { color: rgb(222,234,64); }
H1.HeaderClassName
{
color: #DEEA40;
}
.AnyTagClassName
{
color: #DEEA40;
}
</style>
background-color css
<style>
a { background-color: #DEEA40; }
a { background-color: rgb(222,234,64); }
div.DivClassName
{
background-color: #DEEA40;
}
.BgClassName
{
background-color: #DEEA40;
}
</style>
border-color css
<style>
span { border-color: #DEEA40; }
span { border-color: rgb(222,234,64); }
td.TdClassName
{
border-color: #DEEA40;
}
.TagClassName
{
border-color: #DEEA40;
}
</style>