Shades of Starship #DCF14A
Tints of Starship #DCF14A
RGB
CMYK
RGB Variations
Color information
#DCF14A (or 0xDCF14A) is known color: Starship. HEX triplet: DC, F1 and 4A. RGB value is (220,241,74). Sum of RGB (Red+Green+Blue) = 220+241+74=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 74 (29.30% from 255 or 13.83% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF14A is #230EB5. Grayscale: #D8D8D8. Windows color (decimal): -2297526 or 4911580. OLE color: 4911580.
HSL color Cylindrical-coordinate representation of color #DCF14A: hue angle of 67.54º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCF14A is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 74 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.05 |
| HSL | 67.54º | 0.86% | 0.62% | - |
| HSV(B) | 67.54º | 0.69% | 0.95% | - |
| XYZ | 62.21 | 78.62 | 18.38 | - |
| YUV | 215.68 | 48.04 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 74 | 0.09 | 0 | 0.69 | 0.05 | 67.54 | 0.86 | 0.62 |
| Hex | DC | F1 | 4A | 9 | 0 | 45 | 5 | 44 | 56 | 3E |
| Octal | 334 | 361 | 112 | 11 | 0 | 105 | 5 | 104 | 126 | 76 |
| Binary | 11011100 | 11110001 | 1001010 | 1001 | 0 | 1000101 | 101 | 1000100 | 1010110 | 111110 |
Color Harmonies of #DCF14A
Complementary color
Monochromatic Colors of #DCF14A
Black with #DCF14A
Text Example
Text Example
White with #DCF14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF14A; }
p { color: rgb(220,241,74); }
H1.HeaderClassName
{
color: #DCF14A;
}
.AnyTagClassName
{
color: #DCF14A;
}
</style>
background-color css
<style>
a { background-color: #DCF14A; }
a { background-color: rgb(220,241,74); }
div.DivClassName
{
background-color: #DCF14A;
}
.BgClassName
{
background-color: #DCF14A;
}
</style>
border-color css
<style>
span { border-color: #DCF14A; }
span { border-color: rgb(220,241,74); }
td.TdClassName
{
border-color: #DCF14A;
}
.TagClassName
{
border-color: #DCF14A;
}
</style>