Shades of Starship #DEF444
Tints of Starship #DEF444
RGB
CMYK
RGB Variations
Color information
#DEF444 (or 0xDEF444) is known color: Starship. HEX triplet: DE, F4 and 44. RGB value is (222,244,68). Sum of RGB (Red+Green+Blue) = 222+244+68=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 244 (95.70% from 255 or 45.69% from 534); Blue value is 68 (26.95% from 255 or 12.73% from 534); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF444 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF444 is #210BBB. Grayscale: #DADADA. Windows color (decimal): -2165692 or 4519134. OLE color: 4519134.
HSL color Cylindrical-coordinate representation of color #DEF444: hue angle of 67.5º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEF444 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 244 | 68 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.04 |
| HSL | 67.5º | 0.89% | 0.61% | - |
| HSV(B) | 67.5º | 0.72% | 0.96% | - |
| XYZ | 63.52 | 80.65 | 17.69 | - |
| YUV | 217.36 | 43.71 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 244 | 68 | 0.09 | 0 | 0.72 | 0.04 | 67.5 | 0.89 | 0.61 |
| Hex | DE | F4 | 44 | 9 | 0 | 48 | 4 | 44 | 59 | 3D |
| Octal | 336 | 364 | 104 | 11 | 0 | 110 | 4 | 104 | 131 | 75 |
| Binary | 11011110 | 11110100 | 1000100 | 1001 | 0 | 1001000 | 100 | 1000100 | 1011001 | 111101 |
Color Harmonies of #DEF444
Complementary color
Monochromatic Colors of #DEF444
Black with #DEF444
Text Example
Text Example
White with #DEF444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF444; }
p { color: rgb(222,244,68); }
H1.HeaderClassName
{
color: #DEF444;
}
.AnyTagClassName
{
color: #DEF444;
}
</style>
background-color css
<style>
a { background-color: #DEF444; }
a { background-color: rgb(222,244,68); }
div.DivClassName
{
background-color: #DEF444;
}
.BgClassName
{
background-color: #DEF444;
}
</style>
border-color css
<style>
span { border-color: #DEF444; }
span { border-color: rgb(222,244,68); }
td.TdClassName
{
border-color: #DEF444;
}
.TagClassName
{
border-color: #DEF444;
}
</style>