Shades of Starship #DEF040
Tints of Starship #DEF040
RGB
CMYK
RGB Variations
Color information
#DEF040 (or 0xDEF040) is known color: Starship. HEX triplet: DE, F0 and 40. RGB value is (222,240,64). Sum of RGB (Red+Green+Blue) = 222+240+64=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 64 (25.39% from 255 or 12.17% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF040 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF040 is #210FBF. Grayscale: #D7D7D7. Windows color (decimal): -2166720 or 4255966. OLE color: 4255966.
HSL color Cylindrical-coordinate representation of color #DEF040: hue angle of 66.14º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEF040 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 64 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.06 |
| HSL | 66.14º | 0.85% | 0.6% | - |
| HSV(B) | 66.14º | 0.73% | 0.94% | - |
| XYZ | 62.21 | 78.22 | 16.67 | - |
| YUV | 214.55 | 43.04 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 64 | 0.08 | 0 | 0.73 | 0.06 | 66.14 | 0.85 | 0.6 |
| Hex | DE | F0 | 40 | 8 | 0 | 49 | 6 | 42 | 55 | 3C |
| Octal | 336 | 360 | 100 | 10 | 0 | 111 | 6 | 102 | 125 | 74 |
| Binary | 11011110 | 11110000 | 1000000 | 1000 | 0 | 1001001 | 110 | 1000010 | 1010101 | 111100 |
Color Harmonies of #DEF040
Complementary color
Monochromatic Colors of #DEF040
Black with #DEF040
Text Example
Text Example
White with #DEF040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF040; }
p { color: rgb(222,240,64); }
H1.HeaderClassName
{
color: #DEF040;
}
.AnyTagClassName
{
color: #DEF040;
}
</style>
background-color css
<style>
a { background-color: #DEF040; }
a { background-color: rgb(222,240,64); }
div.DivClassName
{
background-color: #DEF040;
}
.BgClassName
{
background-color: #DEF040;
}
</style>
border-color css
<style>
span { border-color: #DEF040; }
span { border-color: rgb(222,240,64); }
td.TdClassName
{
border-color: #DEF040;
}
.TagClassName
{
border-color: #DEF040;
}
</style>