Shades of Starship #DFF144
Tints of Starship #DFF144
RGB
CMYK
RGB Variations
Color information
#DFF144 (or 0xDFF144) is known color: Starship. HEX triplet: DF, F1 and 44. RGB value is (223,241,68). Sum of RGB (Red+Green+Blue) = 223+241+68=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 68 (26.95% from 255 or 12.78% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF144 is #200EBB. Grayscale: #D8D8D8. Windows color (decimal): -2100924 or 4518367. OLE color: 4518367.
HSL color Cylindrical-coordinate representation of color #DFF144: hue angle of 66.24º 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 #DFF144 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 68 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.05 |
| HSL | 66.24º | 0.86% | 0.61% | - |
| HSV(B) | 66.24º | 0.72% | 0.95% | - |
| XYZ | 62.93 | 79.02 | 17.4 | - |
| YUV | 215.9 | 44.54 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 68 | 0.07 | 0 | 0.72 | 0.05 | 66.24 | 0.86 | 0.61 |
| Hex | DF | F1 | 44 | 7 | 0 | 48 | 5 | 42 | 56 | 3D |
| Octal | 337 | 361 | 104 | 7 | 0 | 110 | 5 | 102 | 126 | 75 |
| Binary | 11011111 | 11110001 | 1000100 | 111 | 0 | 1001000 | 101 | 1000010 | 1010110 | 111101 |
Color Harmonies of #DFF144
Complementary color
Monochromatic Colors of #DFF144
Black with #DFF144
Text Example
Text Example
White with #DFF144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF144; }
p { color: rgb(223,241,68); }
H1.HeaderClassName
{
color: #DFF144;
}
.AnyTagClassName
{
color: #DFF144;
}
</style>
background-color css
<style>
a { background-color: #DFF144; }
a { background-color: rgb(223,241,68); }
div.DivClassName
{
background-color: #DFF144;
}
.BgClassName
{
background-color: #DFF144;
}
</style>
border-color css
<style>
span { border-color: #DFF144; }
span { border-color: rgb(223,241,68); }
td.TdClassName
{
border-color: #DFF144;
}
.TagClassName
{
border-color: #DFF144;
}
</style>