Shades of Starship #DFF64A
Tints of Starship #DFF64A
RGB
CMYK
RGB Variations
Color information
#DFF64A (or 0xDFF64A) is known color: Starship. HEX triplet: DF, F6 and 4A. RGB value is (223,246,74). Sum of RGB (Red+Green+Blue) = 223+246+74=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 74 (29.30% from 255 or 13.63% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF64A is #2009B5. Grayscale: #DCDCDC. Windows color (decimal): -2099638 or 4912863. OLE color: 4912863.
HSL color Cylindrical-coordinate representation of color #DFF64A: hue angle of 68.02º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFF64A is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 74 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.04 |
| HSL | 68.02º | 0.91% | 0.63% | - |
| HSV(B) | 68.02º | 0.7% | 0.96% | - |
| XYZ | 64.62 | 82.09 | 18.92 | - |
| YUV | 219.52 | 45.88 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 74 | 0.09 | 0 | 0.70 | 0.04 | 68.02 | 0.91 | 0.63 |
| Hex | DF | F6 | 4A | 9 | 0 | 46 | 4 | 44 | 5B | 3F |
| Octal | 337 | 366 | 112 | 11 | 0 | 106 | 4 | 104 | 133 | 77 |
| Binary | 11011111 | 11110110 | 1001010 | 1001 | 0 | 1000110 | 100 | 1000100 | 1011011 | 111111 |
Color Harmonies of #DFF64A
Complementary color
Monochromatic Colors of #DFF64A
Black with #DFF64A
Text Example
Text Example
White with #DFF64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF64A; }
p { color: rgb(223,246,74); }
H1.HeaderClassName
{
color: #DFF64A;
}
.AnyTagClassName
{
color: #DFF64A;
}
</style>
background-color css
<style>
a { background-color: #DFF64A; }
a { background-color: rgb(223,246,74); }
div.DivClassName
{
background-color: #DFF64A;
}
.BgClassName
{
background-color: #DFF64A;
}
</style>
border-color css
<style>
span { border-color: #DFF64A; }
span { border-color: rgb(223,246,74); }
td.TdClassName
{
border-color: #DFF64A;
}
.TagClassName
{
border-color: #DFF64A;
}
</style>