Shades of Starship #DFF245
Tints of Starship #DFF245
RGB
CMYK
RGB Variations
Color information
#DFF245 (or 0xDFF245) is known color: Starship. HEX triplet: DF, F2 and 45. RGB value is (223,242,69). Sum of RGB (Red+Green+Blue) = 223+242+69=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 69 (27.34% from 255 or 12.92% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF245 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF245 is #200DBA. Grayscale: #D9D9D9. Windows color (decimal): -2100667 or 4584159. OLE color: 4584159.
HSL color Cylindrical-coordinate representation of color #DFF245: hue angle of 66.59º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFF245 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 69 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.05 |
| HSL | 66.59º | 0.87% | 0.61% | - |
| HSV(B) | 66.59º | 0.71% | 0.95% | - |
| XYZ | 63.26 | 79.62 | 17.66 | - |
| YUV | 216.6 | 44.71 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 69 | 0.08 | 0 | 0.71 | 0.05 | 66.59 | 0.87 | 0.61 |
| Hex | DF | F2 | 45 | 8 | 0 | 47 | 5 | 43 | 57 | 3D |
| Octal | 337 | 362 | 105 | 10 | 0 | 107 | 5 | 103 | 127 | 75 |
| Binary | 11011111 | 11110010 | 1000101 | 1000 | 0 | 1000111 | 101 | 1000011 | 1010111 | 111101 |
Color Harmonies of #DFF245
Complementary color
Monochromatic Colors of #DFF245
Black with #DFF245
Text Example
Text Example
White with #DFF245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF245; }
p { color: rgb(223,242,69); }
H1.HeaderClassName
{
color: #DFF245;
}
.AnyTagClassName
{
color: #DFF245;
}
</style>
background-color css
<style>
a { background-color: #DFF245; }
a { background-color: rgb(223,242,69); }
div.DivClassName
{
background-color: #DFF245;
}
.BgClassName
{
background-color: #DFF245;
}
</style>
border-color css
<style>
span { border-color: #DFF245; }
span { border-color: rgb(223,242,69); }
td.TdClassName
{
border-color: #DFF245;
}
.TagClassName
{
border-color: #DFF245;
}
</style>