Shades of Starship #DBF14A
Tints of Starship #DBF14A
RGB
CMYK
RGB Variations
Color information
#DBF14A (or 0xDBF14A) is known color: Starship. HEX triplet: DB, F1 and 4A. RGB value is (219,241,74). Sum of RGB (Red+Green+Blue) = 219+241+74=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 74 (29.30% from 255 or 13.86% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF14A is #240EB5. Grayscale: #D8D8D8. Windows color (decimal): -2363062 or 4911579. OLE color: 4911579.
HSL color Cylindrical-coordinate representation of color #DBF14A: hue angle of 67.9º 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 #DBF14A is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 74 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.05 |
| HSL | 67.9º | 0.86% | 0.62% | - |
| HSV(B) | 67.9º | 0.69% | 0.95% | - |
| XYZ | 61.9 | 78.47 | 18.36 | - |
| YUV | 215.38 | 48.21 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 74 | 0.09 | 0 | 0.69 | 0.05 | 67.9 | 0.86 | 0.62 |
| Hex | DB | F1 | 4A | 9 | 0 | 45 | 5 | 44 | 56 | 3E |
| Octal | 333 | 361 | 112 | 11 | 0 | 105 | 5 | 104 | 126 | 76 |
| Binary | 11011011 | 11110001 | 1001010 | 1001 | 0 | 1000101 | 101 | 1000100 | 1010110 | 111110 |
Color Harmonies of #DBF14A
Complementary color
Monochromatic Colors of #DBF14A
Black with #DBF14A
Text Example
Text Example
White with #DBF14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF14A; }
p { color: rgb(219,241,74); }
H1.HeaderClassName
{
color: #DBF14A;
}
.AnyTagClassName
{
color: #DBF14A;
}
</style>
background-color css
<style>
a { background-color: #DBF14A; }
a { background-color: rgb(219,241,74); }
div.DivClassName
{
background-color: #DBF14A;
}
.BgClassName
{
background-color: #DBF14A;
}
</style>
border-color css
<style>
span { border-color: #DBF14A; }
span { border-color: rgb(219,241,74); }
td.TdClassName
{
border-color: #DBF14A;
}
.TagClassName
{
border-color: #DBF14A;
}
</style>