Shades of Starship #DFF240
Tints of Starship #DFF240
RGB
CMYK
RGB Variations
Color information
#DFF240 (or 0xDFF240) is known color: Starship. HEX triplet: DF, F2 and 40. RGB value is (223,242,64). Sum of RGB (Red+Green+Blue) = 223+242+64=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 64 (25.39% from 255 or 12.10% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF240 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF240 is #200DBF. Grayscale: #D8D8D8. Windows color (decimal): -2100672 or 4256479. OLE color: 4256479.
HSL color Cylindrical-coordinate representation of color #DFF240: hue angle of 66.4º degrees, saturation: 0.87, 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 #DFF240 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 64 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.05 |
| HSL | 66.4º | 0.87% | 0.6% | - |
| HSV(B) | 66.4º | 0.74% | 0.95% | - |
| XYZ | 63.11 | 79.56 | 16.88 | - |
| YUV | 216.03 | 42.21 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 64 | 0.08 | 0 | 0.74 | 0.05 | 66.4 | 0.87 | 0.6 |
| Hex | DF | F2 | 40 | 8 | 0 | 4A | 5 | 42 | 57 | 3C |
| Octal | 337 | 362 | 100 | 10 | 0 | 112 | 5 | 102 | 127 | 74 |
| Binary | 11011111 | 11110010 | 1000000 | 1000 | 0 | 1001010 | 101 | 1000010 | 1010111 | 111100 |
Color Harmonies of #DFF240
Complementary color
Monochromatic Colors of #DFF240
Black with #DFF240
Text Example
Text Example
White with #DFF240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF240; }
p { color: rgb(223,242,64); }
H1.HeaderClassName
{
color: #DFF240;
}
.AnyTagClassName
{
color: #DFF240;
}
</style>
background-color css
<style>
a { background-color: #DFF240; }
a { background-color: rgb(223,242,64); }
div.DivClassName
{
background-color: #DFF240;
}
.BgClassName
{
background-color: #DFF240;
}
</style>
border-color css
<style>
span { border-color: #DFF240; }
span { border-color: rgb(223,242,64); }
td.TdClassName
{
border-color: #DFF240;
}
.TagClassName
{
border-color: #DFF240;
}
</style>