Shades of Chartreuse Yellow #DBF601
Tints of Chartreuse Yellow #DBF601
RGB
CMYK
RGB Variations
Color information
#DBF601 (or 0xDBF601) is known color: Chartreuse Yellow. HEX triplet: DB, F6 and 01. RGB value is (219,246,1). Sum of RGB (Red+Green+Blue) = 219+246+1=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 246 (96.48% from 255 or 52.79% from 466); Blue value is 1 (0.78% from 255 or 0.21% from 466); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF601 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF601 is #2409FE. Grayscale: #D2D2D2. Windows color (decimal): -2361855 or 128731. OLE color: 128731.
HSL color Cylindrical-coordinate representation of color #DBF601: hue angle of 66.61º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBF601 is Cyan = 0.11, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 1 | - |
| CMYK | 0.11 | 0 | 1.00 | 0.04 |
| HSL | 66.61º | 0.99% | 0.48% | - |
| HSV(B) | 66.61º | 1% | 0.96% | - |
| XYZ | 62.17 | 80.97 | 12.38 | - |
| YUV | 210 | 10.05 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 1 | 0.11 | 0 | 1.00 | 0.04 | 66.61 | 0.99 | 0.48 |
| Hex | DB | F6 | 1 | B | 0 | 64 | 4 | 43 | 63 | 30 |
| Octal | 333 | 366 | 1 | 13 | 0 | 144 | 4 | 103 | 143 | 60 |
| Binary | 11011011 | 11110110 | 1 | 1011 | 0 | 1100100 | 100 | 1000011 | 1100011 | 110000 |
Color Harmonies of #DBF601
Complementary color
Monochromatic Colors of #DBF601
Black with #DBF601
Text Example
Text Example
White with #DBF601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF601; }
p { color: rgb(219,246,1); }
H1.HeaderClassName
{
color: #DBF601;
}
.AnyTagClassName
{
color: #DBF601;
}
</style>
background-color css
<style>
a { background-color: #DBF601; }
a { background-color: rgb(219,246,1); }
div.DivClassName
{
background-color: #DBF601;
}
.BgClassName
{
background-color: #DBF601;
}
</style>
border-color css
<style>
span { border-color: #DBF601; }
span { border-color: rgb(219,246,1); }
td.TdClassName
{
border-color: #DBF601;
}
.TagClassName
{
border-color: #DBF601;
}
</style>