Shades of Chartreuse Yellow #DBFD1F
Tints of Chartreuse Yellow #DBFD1F
RGB
CMYK
RGB Variations
Color information
#DBFD1F (or 0xDBFD1F) is known color: Chartreuse Yellow. HEX triplet: DB, FD and 1F. RGB value is (219,253,31). Sum of RGB (Red+Green+Blue) = 219+253+31=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 31 (12.5% from 255 or 6.16% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFD1F is #2402E0. Grayscale: #DADADA. Windows color (decimal): -2360033 or 2096603. OLE color: 2096603.
HSL color Cylindrical-coordinate representation of color #DBFD1F: hue angle of 69.19º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBFD1F is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 31 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.01 |
| HSL | 69.19º | 0.98% | 0.56% | - |
| HSV(B) | 69.19º | 0.88% | 0.99% | - |
| XYZ | 64.59 | 85.41 | 14.38 | - |
| YUV | 217.53 | 22.74 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 31 | 0.13 | 0 | 0.88 | 0.01 | 69.19 | 0.98 | 0.56 |
| Hex | DB | FD | 1F | D | 0 | 58 | 1 | 45 | 62 | 38 |
| Octal | 333 | 375 | 37 | 15 | 0 | 130 | 1 | 105 | 142 | 70 |
| Binary | 11011011 | 11111101 | 11111 | 1101 | 0 | 1011000 | 1 | 1000101 | 1100010 | 111000 |
Color Harmonies of #DBFD1F
Complementary color
Monochromatic Colors of #DBFD1F
Black with #DBFD1F
Text Example
Text Example
White with #DBFD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD1F; }
p { color: rgb(219,253,31); }
H1.HeaderClassName
{
color: #DBFD1F;
}
.AnyTagClassName
{
color: #DBFD1F;
}
</style>
background-color css
<style>
a { background-color: #DBFD1F; }
a { background-color: rgb(219,253,31); }
div.DivClassName
{
background-color: #DBFD1F;
}
.BgClassName
{
background-color: #DBFD1F;
}
</style>
border-color css
<style>
span { border-color: #DBFD1F; }
span { border-color: rgb(219,253,31); }
td.TdClassName
{
border-color: #DBFD1F;
}
.TagClassName
{
border-color: #DBFD1F;
}
</style>