Shades of Starship #DFF241
Tints of Starship #DFF241
RGB
CMYK
RGB Variations
Color information
#DFF241 (or 0xDFF241) is known color: Starship. HEX triplet: DF, F2 and 41. RGB value is (223,242,65). Sum of RGB (Red+Green+Blue) = 223+242+65=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 65 (25.78% from 255 or 12.26% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF241 is #200DBE. Grayscale: #D8D8D8. Windows color (decimal): -2100671 or 4322015. OLE color: 4322015.
HSL color Cylindrical-coordinate representation of color #DFF241: hue angle of 66.44º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFF241 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 65 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.05 |
| HSL | 66.44º | 0.87% | 0.6% | - |
| HSV(B) | 66.44º | 0.73% | 0.95% | - |
| XYZ | 63.14 | 79.57 | 17.03 | - |
| YUV | 216.14 | 42.71 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 65 | 0.08 | 0 | 0.73 | 0.05 | 66.44 | 0.87 | 0.6 |
| Hex | DF | F2 | 41 | 8 | 0 | 49 | 5 | 42 | 57 | 3C |
| Octal | 337 | 362 | 101 | 10 | 0 | 111 | 5 | 102 | 127 | 74 |
| Binary | 11011111 | 11110010 | 1000001 | 1000 | 0 | 1001001 | 101 | 1000010 | 1010111 | 111100 |
Color Harmonies of #DFF241
Complementary color
Monochromatic Colors of #DFF241
Black with #DFF241
Text Example
Text Example
White with #DFF241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF241; }
p { color: rgb(223,242,65); }
H1.HeaderClassName
{
color: #DFF241;
}
.AnyTagClassName
{
color: #DFF241;
}
</style>
background-color css
<style>
a { background-color: #DFF241; }
a { background-color: rgb(223,242,65); }
div.DivClassName
{
background-color: #DFF241;
}
.BgClassName
{
background-color: #DFF241;
}
</style>
border-color css
<style>
span { border-color: #DFF241; }
span { border-color: rgb(223,242,65); }
td.TdClassName
{
border-color: #DFF241;
}
.TagClassName
{
border-color: #DFF241;
}
</style>