Shades of Starship #DFF13F
Tints of Starship #DFF13F
RGB
CMYK
RGB Variations
Color information
#DFF13F (or 0xDFF13F) is known color: Starship. HEX triplet: DF, F1 and 3F. RGB value is (223,241,63). Sum of RGB (Red+Green+Blue) = 223+241+63=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 63 (25% from 255 or 11.95% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF13F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF13F is #200EC0. Grayscale: #D8D8D8. Windows color (decimal): -2100929 or 4190687. OLE color: 4190687.
HSL color Cylindrical-coordinate representation of color #DFF13F: hue angle of 66.07º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFF13F is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 63 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.05 |
| HSL | 66.07º | 0.86% | 0.6% | - |
| HSV(B) | 66.07º | 0.74% | 0.95% | - |
| XYZ | 62.78 | 78.96 | 16.63 | - |
| YUV | 215.33 | 42.04 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 63 | 0.07 | 0 | 0.74 | 0.05 | 66.07 | 0.86 | 0.6 |
| Hex | DF | F1 | 3F | 7 | 0 | 4A | 5 | 42 | 56 | 3C |
| Octal | 337 | 361 | 77 | 7 | 0 | 112 | 5 | 102 | 126 | 74 |
| Binary | 11011111 | 11110001 | 111111 | 111 | 0 | 1001010 | 101 | 1000010 | 1010110 | 111100 |
Color Harmonies of #DFF13F
Complementary color
Monochromatic Colors of #DFF13F
Black with #DFF13F
Text Example
Text Example
White with #DFF13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF13F; }
p { color: rgb(223,241,63); }
H1.HeaderClassName
{
color: #DFF13F;
}
.AnyTagClassName
{
color: #DFF13F;
}
</style>
background-color css
<style>
a { background-color: #DFF13F; }
a { background-color: rgb(223,241,63); }
div.DivClassName
{
background-color: #DFF13F;
}
.BgClassName
{
background-color: #DFF13F;
}
</style>
border-color css
<style>
span { border-color: #DFF13F; }
span { border-color: rgb(223,241,63); }
td.TdClassName
{
border-color: #DFF13F;
}
.TagClassName
{
border-color: #DFF13F;
}
</style>