Shades of Starship #DEF144
Tints of Starship #DEF144
RGB
CMYK
RGB Variations
Color information
#DEF144 (or 0xDEF144) is known color: Starship. HEX triplet: DE, F1 and 44. RGB value is (222,241,68). Sum of RGB (Red+Green+Blue) = 222+241+68=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 68 (26.95% from 255 or 12.81% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF144 is #210EBB. Grayscale: #D8D8D8. Windows color (decimal): -2166460 or 4518366. OLE color: 4518366.
HSL color Cylindrical-coordinate representation of color #DEF144: hue angle of 66.59º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEF144 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 68 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.05 |
| HSL | 66.59º | 0.86% | 0.61% | - |
| HSV(B) | 66.59º | 0.72% | 0.95% | - |
| XYZ | 62.62 | 78.86 | 17.39 | - |
| YUV | 215.6 | 44.71 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 68 | 0.08 | 0 | 0.72 | 0.05 | 66.59 | 0.86 | 0.61 |
| Hex | DE | F1 | 44 | 8 | 0 | 48 | 5 | 43 | 56 | 3D |
| Octal | 336 | 361 | 104 | 10 | 0 | 110 | 5 | 103 | 126 | 75 |
| Binary | 11011110 | 11110001 | 1000100 | 1000 | 0 | 1001000 | 101 | 1000011 | 1010110 | 111101 |
Color Harmonies of #DEF144
Complementary color
Monochromatic Colors of #DEF144
Black with #DEF144
Text Example
Text Example
White with #DEF144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF144; }
p { color: rgb(222,241,68); }
H1.HeaderClassName
{
color: #DEF144;
}
.AnyTagClassName
{
color: #DEF144;
}
</style>
background-color css
<style>
a { background-color: #DEF144; }
a { background-color: rgb(222,241,68); }
div.DivClassName
{
background-color: #DEF144;
}
.BgClassName
{
background-color: #DEF144;
}
</style>
border-color css
<style>
span { border-color: #DEF144; }
span { border-color: rgb(222,241,68); }
td.TdClassName
{
border-color: #DEF144;
}
.TagClassName
{
border-color: #DEF144;
}
</style>