Shades of Starship #DFF445
Tints of Starship #DFF445
RGB
CMYK
RGB Variations
Color information
#DFF445 (or 0xDFF445) is known color: Starship. HEX triplet: DF, F4 and 45. RGB value is (223,244,69). Sum of RGB (Red+Green+Blue) = 223+244+69=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 244 (95.70% from 255 or 45.52% from 536); Blue value is 69 (27.34% from 255 or 12.87% from 536); Max value from RGB is 244 - color contains mainly: green. Hex color #DFF445 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF445 is #200BBA. Grayscale: #DADADA. Windows color (decimal): -2100155 or 4584671. OLE color: 4584671.
HSL color Cylindrical-coordinate representation of color #DFF445: hue angle of 67.2º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFF445 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 244 | 69 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.04 |
| HSL | 67.2º | 0.89% | 0.61% | - |
| HSV(B) | 67.2º | 0.72% | 0.96% | - |
| XYZ | 63.86 | 80.82 | 17.86 | - |
| YUV | 217.77 | 44.04 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 244 | 69 | 0.09 | 0 | 0.72 | 0.04 | 67.2 | 0.89 | 0.61 |
| Hex | DF | F4 | 45 | 9 | 0 | 48 | 4 | 43 | 59 | 3D |
| Octal | 337 | 364 | 105 | 11 | 0 | 110 | 4 | 103 | 131 | 75 |
| Binary | 11011111 | 11110100 | 1000101 | 1001 | 0 | 1001000 | 100 | 1000011 | 1011001 | 111101 |
Color Harmonies of #DFF445
Complementary color
Monochromatic Colors of #DFF445
Black with #DFF445
Text Example
Text Example
White with #DFF445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF445; }
p { color: rgb(223,244,69); }
H1.HeaderClassName
{
color: #DFF445;
}
.AnyTagClassName
{
color: #DFF445;
}
</style>
background-color css
<style>
a { background-color: #DFF445; }
a { background-color: rgb(223,244,69); }
div.DivClassName
{
background-color: #DFF445;
}
.BgClassName
{
background-color: #DFF445;
}
</style>
border-color css
<style>
span { border-color: #DFF445; }
span { border-color: rgb(223,244,69); }
td.TdClassName
{
border-color: #DFF445;
}
.TagClassName
{
border-color: #DFF445;
}
</style>