Shades of Starship #DFF345
Tints of Starship #DFF345
RGB
CMYK
RGB Variations
Color information
#DFF345 (or 0xDFF345) is known color: Starship. HEX triplet: DF, F3 and 45. RGB value is (223,243,69). Sum of RGB (Red+Green+Blue) = 223+243+69=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 69 (27.34% from 255 or 12.90% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF345 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF345 is #200CBA. Grayscale: #D9D9D9. Windows color (decimal): -2100411 or 4584415. OLE color: 4584415.
HSL color Cylindrical-coordinate representation of color #DFF345: hue angle of 66.9º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFF345 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 69 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.05 |
| HSL | 66.9º | 0.88% | 0.61% | - |
| HSV(B) | 66.9º | 0.72% | 0.95% | - |
| XYZ | 63.56 | 80.22 | 17.76 | - |
| YUV | 217.18 | 44.37 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 69 | 0.08 | 0 | 0.72 | 0.05 | 66.9 | 0.88 | 0.61 |
| Hex | DF | F3 | 45 | 8 | 0 | 48 | 5 | 43 | 58 | 3D |
| Octal | 337 | 363 | 105 | 10 | 0 | 110 | 5 | 103 | 130 | 75 |
| Binary | 11011111 | 11110011 | 1000101 | 1000 | 0 | 1001000 | 101 | 1000011 | 1011000 | 111101 |
Color Harmonies of #DFF345
Complementary color
Monochromatic Colors of #DFF345
Black with #DFF345
Text Example
Text Example
White with #DFF345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF345; }
p { color: rgb(223,243,69); }
H1.HeaderClassName
{
color: #DFF345;
}
.AnyTagClassName
{
color: #DFF345;
}
</style>
background-color css
<style>
a { background-color: #DFF345; }
a { background-color: rgb(223,243,69); }
div.DivClassName
{
background-color: #DFF345;
}
.BgClassName
{
background-color: #DFF345;
}
</style>
border-color css
<style>
span { border-color: #DFF345; }
span { border-color: rgb(223,243,69); }
td.TdClassName
{
border-color: #DFF345;
}
.TagClassName
{
border-color: #DFF345;
}
</style>