Shades of Starship #DFF448
Tints of Starship #DFF448
RGB
CMYK
RGB Variations
Color information
#DFF448 (or 0xDFF448) is known color: Starship. HEX triplet: DF, F4 and 48. RGB value is (223,244,72). Sum of RGB (Red+Green+Blue) = 223+244+72=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 244 (95.70% from 255 or 45.27% from 539); Blue value is 72 (28.52% from 255 or 13.36% from 539); Max value from RGB is 244 - color contains mainly: green. Hex color #DFF448 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF448 is #200BB7. Grayscale: #DADADA. Windows color (decimal): -2100152 or 4781279. OLE color: 4781279.
HSL color Cylindrical-coordinate representation of color #DFF448: hue angle of 67.33º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFF448 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 244 | 72 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.04 |
| HSL | 67.33º | 0.89% | 0.62% | - |
| HSV(B) | 67.33º | 0.7% | 0.96% | - |
| XYZ | 63.95 | 80.86 | 18.37 | - |
| YUV | 218.11 | 45.54 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 244 | 72 | 0.09 | 0 | 0.70 | 0.04 | 67.33 | 0.89 | 0.62 |
| Hex | DF | F4 | 48 | 9 | 0 | 46 | 4 | 43 | 59 | 3E |
| Octal | 337 | 364 | 110 | 11 | 0 | 106 | 4 | 103 | 131 | 76 |
| Binary | 11011111 | 11110100 | 1001000 | 1001 | 0 | 1000110 | 100 | 1000011 | 1011001 | 111110 |
Color Harmonies of #DFF448
Complementary color
Monochromatic Colors of #DFF448
Black with #DFF448
Text Example
Text Example
White with #DFF448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF448; }
p { color: rgb(223,244,72); }
H1.HeaderClassName
{
color: #DFF448;
}
.AnyTagClassName
{
color: #DFF448;
}
</style>
background-color css
<style>
a { background-color: #DFF448; }
a { background-color: rgb(223,244,72); }
div.DivClassName
{
background-color: #DFF448;
}
.BgClassName
{
background-color: #DFF448;
}
</style>
border-color css
<style>
span { border-color: #DFF448; }
span { border-color: rgb(223,244,72); }
td.TdClassName
{
border-color: #DFF448;
}
.TagClassName
{
border-color: #DFF448;
}
</style>