Shades of Starship #DFF346
Tints of Starship #DFF346
RGB
CMYK
RGB Variations
Color information
#DFF346 (or 0xDFF346) is known color: Starship. HEX triplet: DF, F3 and 46. RGB value is (223,243,70). Sum of RGB (Red+Green+Blue) = 223+243+70=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 70 (27.73% from 255 or 13.06% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF346 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF346 is #200CB9. Grayscale: #D9D9D9. Windows color (decimal): -2100410 or 4649951. OLE color: 4649951.
HSL color Cylindrical-coordinate representation of color #DFF346: hue angle of 66.94º degrees, saturation: 0.88, 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 #DFF346 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 70 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.05 |
| HSL | 66.94º | 0.88% | 0.61% | - |
| HSV(B) | 66.94º | 0.71% | 0.95% | - |
| XYZ | 63.59 | 80.23 | 17.93 | - |
| YUV | 217.3 | 44.87 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 70 | 0.08 | 0 | 0.71 | 0.05 | 66.94 | 0.88 | 0.61 |
| Hex | DF | F3 | 46 | 8 | 0 | 47 | 5 | 43 | 58 | 3D |
| Octal | 337 | 363 | 106 | 10 | 0 | 107 | 5 | 103 | 130 | 75 |
| Binary | 11011111 | 11110011 | 1000110 | 1000 | 0 | 1000111 | 101 | 1000011 | 1011000 | 111101 |
Color Harmonies of #DFF346
Complementary color
Monochromatic Colors of #DFF346
Black with #DFF346
Text Example
Text Example
White with #DFF346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF346; }
p { color: rgb(223,243,70); }
H1.HeaderClassName
{
color: #DFF346;
}
.AnyTagClassName
{
color: #DFF346;
}
</style>
background-color css
<style>
a { background-color: #DFF346; }
a { background-color: rgb(223,243,70); }
div.DivClassName
{
background-color: #DFF346;
}
.BgClassName
{
background-color: #DFF346;
}
</style>
border-color css
<style>
span { border-color: #DFF346; }
span { border-color: rgb(223,243,70); }
td.TdClassName
{
border-color: #DFF346;
}
.TagClassName
{
border-color: #DFF346;
}
</style>