Shades of Starship #DFF13D
Tints of Starship #DFF13D
RGB
CMYK
RGB Variations
Color information
#DFF13D (or 0xDFF13D) is known color: Starship. HEX triplet: DF, F1 and 3D. RGB value is (223,241,61). Sum of RGB (Red+Green+Blue) = 223+241+61=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 61 (24.22% from 255 or 11.62% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF13D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF13D is #200EC2. Grayscale: #D7D7D7. Windows color (decimal): -2100931 or 4059615. OLE color: 4059615.
HSL color Cylindrical-coordinate representation of color #DFF13D: hue angle of 66º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFF13D is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 61 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.05 |
| HSL | 66º | 0.87% | 0.59% | - |
| HSV(B) | 66º | 0.75% | 0.95% | - |
| XYZ | 62.73 | 78.94 | 16.34 | - |
| YUV | 215.1 | 41.04 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 61 | 0.07 | 0 | 0.75 | 0.05 | 66 | 0.87 | 0.59 |
| Hex | DF | F1 | 3D | 7 | 0 | 4B | 5 | 42 | 57 | 3B |
| Octal | 337 | 361 | 75 | 7 | 0 | 113 | 5 | 102 | 127 | 73 |
| Binary | 11011111 | 11110001 | 111101 | 111 | 0 | 1001011 | 101 | 1000010 | 1010111 | 111011 |
Color Harmonies of #DFF13D
Complementary color
Monochromatic Colors of #DFF13D
Black with #DFF13D
Text Example
Text Example
White with #DFF13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF13D; }
p { color: rgb(223,241,61); }
H1.HeaderClassName
{
color: #DFF13D;
}
.AnyTagClassName
{
color: #DFF13D;
}
</style>
background-color css
<style>
a { background-color: #DFF13D; }
a { background-color: rgb(223,241,61); }
div.DivClassName
{
background-color: #DFF13D;
}
.BgClassName
{
background-color: #DFF13D;
}
</style>
border-color css
<style>
span { border-color: #DFF13D; }
span { border-color: rgb(223,241,61); }
td.TdClassName
{
border-color: #DFF13D;
}
.TagClassName
{
border-color: #DFF13D;
}
</style>