Shades of Chartreuse Yellow #DBF40C
Tints of Chartreuse Yellow #DBF40C
RGB
CMYK
RGB Variations
Color information
#DBF40C (or 0xDBF40C) is known color: Chartreuse Yellow. HEX triplet: DB, F4 and 0C. RGB value is (219,244,12). Sum of RGB (Red+Green+Blue) = 219+244+12=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 244 (95.70% from 255 or 51.37% from 475); Blue value is 12 (5.08% from 255 or 2.53% from 475); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF40C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF40C is #240BF3. Grayscale: #D2D2D2. Windows color (decimal): -2362356 or 849115. OLE color: 849115.
HSL color Cylindrical-coordinate representation of color #DBF40C: hue angle of 66.47º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBF40C is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 12 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.04 |
| HSL | 66.47º | 0.91% | 0.5% | - |
| HSV(B) | 66.47º | 0.95% | 0.96% | - |
| XYZ | 61.63 | 79.79 | 12.5 | - |
| YUV | 210.08 | 16.22 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 12 | 0.10 | 0 | 0.95 | 0.04 | 66.47 | 0.91 | 0.5 |
| Hex | DB | F4 | C | A | 0 | 5F | 4 | 42 | 5B | 32 |
| Octal | 333 | 364 | 14 | 12 | 0 | 137 | 4 | 102 | 133 | 62 |
| Binary | 11011011 | 11110100 | 1100 | 1010 | 0 | 1011111 | 100 | 1000010 | 1011011 | 110010 |
Color Harmonies of #DBF40C
Complementary color
Monochromatic Colors of #DBF40C
Black with #DBF40C
Text Example
Text Example
White with #DBF40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF40C; }
p { color: rgb(219,244,12); }
H1.HeaderClassName
{
color: #DBF40C;
}
.AnyTagClassName
{
color: #DBF40C;
}
</style>
background-color css
<style>
a { background-color: #DBF40C; }
a { background-color: rgb(219,244,12); }
div.DivClassName
{
background-color: #DBF40C;
}
.BgClassName
{
background-color: #DBF40C;
}
</style>
border-color css
<style>
span { border-color: #DBF40C; }
span { border-color: rgb(219,244,12); }
td.TdClassName
{
border-color: #DBF40C;
}
.TagClassName
{
border-color: #DBF40C;
}
</style>