Shades of Starship #DFF143
Tints of Starship #DFF143
RGB
CMYK
RGB Variations
Color information
#DFF143 (or 0xDFF143) is known color: Starship. HEX triplet: DF, F1 and 43. RGB value is (223,241,67). Sum of RGB (Red+Green+Blue) = 223+241+67=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 67 (26.56% from 255 or 12.62% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF143 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF143 is #200EBC. Grayscale: #D8D8D8. Windows color (decimal): -2100925 or 4452831. OLE color: 4452831.
HSL color Cylindrical-coordinate representation of color #DFF143: hue angle of 66.21º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFF143 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 67 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.05 |
| HSL | 66.21º | 0.86% | 0.6% | - |
| HSV(B) | 66.21º | 0.72% | 0.95% | - |
| XYZ | 62.9 | 79 | 17.24 | - |
| YUV | 215.78 | 44.04 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 67 | 0.07 | 0 | 0.72 | 0.05 | 66.21 | 0.86 | 0.6 |
| Hex | DF | F1 | 43 | 7 | 0 | 48 | 5 | 42 | 56 | 3C |
| Octal | 337 | 361 | 103 | 7 | 0 | 110 | 5 | 102 | 126 | 74 |
| Binary | 11011111 | 11110001 | 1000011 | 111 | 0 | 1001000 | 101 | 1000010 | 1010110 | 111100 |
Color Harmonies of #DFF143
Complementary color
Monochromatic Colors of #DFF143
Black with #DFF143
Text Example
Text Example
White with #DFF143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF143; }
p { color: rgb(223,241,67); }
H1.HeaderClassName
{
color: #DFF143;
}
.AnyTagClassName
{
color: #DFF143;
}
</style>
background-color css
<style>
a { background-color: #DFF143; }
a { background-color: rgb(223,241,67); }
div.DivClassName
{
background-color: #DFF143;
}
.BgClassName
{
background-color: #DFF143;
}
</style>
border-color css
<style>
span { border-color: #DFF143; }
span { border-color: rgb(223,241,67); }
td.TdClassName
{
border-color: #DFF143;
}
.TagClassName
{
border-color: #DFF143;
}
</style>