Shades of Starship #DFF348
Tints of Starship #DFF348
RGB
CMYK
RGB Variations
Color information
#DFF348 (or 0xDFF348) is known color: Starship. HEX triplet: DF, F3 and 48. RGB value is (223,243,72). Sum of RGB (Red+Green+Blue) = 223+243+72=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 72 (28.52% from 255 or 13.38% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF348 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF348 is #200CB7. Grayscale: #DADADA. Windows color (decimal): -2100408 or 4781023. OLE color: 4781023.
HSL color Cylindrical-coordinate representation of color #DFF348: hue angle of 67.02º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFF348 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 72 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.05 |
| HSL | 67.02º | 0.88% | 0.62% | - |
| HSV(B) | 67.02º | 0.7% | 0.95% | - |
| XYZ | 63.65 | 80.26 | 18.27 | - |
| YUV | 217.53 | 45.87 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 72 | 0.08 | 0 | 0.70 | 0.05 | 67.02 | 0.88 | 0.62 |
| Hex | DF | F3 | 48 | 8 | 0 | 46 | 5 | 43 | 58 | 3E |
| Octal | 337 | 363 | 110 | 10 | 0 | 106 | 5 | 103 | 130 | 76 |
| Binary | 11011111 | 11110011 | 1001000 | 1000 | 0 | 1000110 | 101 | 1000011 | 1011000 | 111110 |
Color Harmonies of #DFF348
Complementary color
Monochromatic Colors of #DFF348
Black with #DFF348
Text Example
Text Example
White with #DFF348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF348; }
p { color: rgb(223,243,72); }
H1.HeaderClassName
{
color: #DFF348;
}
.AnyTagClassName
{
color: #DFF348;
}
</style>
background-color css
<style>
a { background-color: #DFF348; }
a { background-color: rgb(223,243,72); }
div.DivClassName
{
background-color: #DFF348;
}
.BgClassName
{
background-color: #DFF348;
}
</style>
border-color css
<style>
span { border-color: #DFF348; }
span { border-color: rgb(223,243,72); }
td.TdClassName
{
border-color: #DFF348;
}
.TagClassName
{
border-color: #DFF348;
}
</style>