Shades of Chartreuse Yellow #DBFC1E
Tints of Chartreuse Yellow #DBFC1E
RGB
CMYK
RGB Variations
Color information
#DBFC1E (or 0xDBFC1E) is known color: Chartreuse Yellow. HEX triplet: DB, FC and 1E. RGB value is (219,252,30). Sum of RGB (Red+Green+Blue) = 219+252+30=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 30 (12.11% from 255 or 5.99% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFC1E is #2403E1. Grayscale: #D9D9D9. Windows color (decimal): -2360290 or 2030811. OLE color: 2030811.
HSL color Cylindrical-coordinate representation of color #DBFC1E: hue angle of 68.92º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBFC1E is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 30 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.01 |
| HSL | 68.92º | 0.97% | 0.55% | - |
| HSV(B) | 68.92º | 0.88% | 0.99% | - |
| XYZ | 64.26 | 84.77 | 14.2 | - |
| YUV | 216.83 | 22.57 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 30 | 0.13 | 0 | 0.88 | 0.01 | 68.92 | 0.97 | 0.55 |
| Hex | DB | FC | 1E | D | 0 | 58 | 1 | 45 | 61 | 37 |
| Octal | 333 | 374 | 36 | 15 | 0 | 130 | 1 | 105 | 141 | 67 |
| Binary | 11011011 | 11111100 | 11110 | 1101 | 0 | 1011000 | 1 | 1000101 | 1100001 | 110111 |
Color Harmonies of #DBFC1E
Complementary color
Monochromatic Colors of #DBFC1E
Black with #DBFC1E
Text Example
Text Example
White with #DBFC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC1E; }
p { color: rgb(219,252,30); }
H1.HeaderClassName
{
color: #DBFC1E;
}
.AnyTagClassName
{
color: #DBFC1E;
}
</style>
background-color css
<style>
a { background-color: #DBFC1E; }
a { background-color: rgb(219,252,30); }
div.DivClassName
{
background-color: #DBFC1E;
}
.BgClassName
{
background-color: #DBFC1E;
}
</style>
border-color css
<style>
span { border-color: #DBFC1E; }
span { border-color: rgb(219,252,30); }
td.TdClassName
{
border-color: #DBFC1E;
}
.TagClassName
{
border-color: #DBFC1E;
}
</style>