Shades of Chartreuse Yellow #DBF00C
Tints of Chartreuse Yellow #DBF00C
RGB
CMYK
RGB Variations
Color information
#DBF00C (or 0xDBF00C) is known color: Chartreuse Yellow. HEX triplet: DB, F0 and 0C. RGB value is (219,240,12). Sum of RGB (Red+Green+Blue) = 219+240+12=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 12 (5.08% from 255 or 2.55% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF00C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF00C is #240FF3. Grayscale: #D0D0D0. Windows color (decimal): -2363380 or 848091. OLE color: 848091.
HSL color Cylindrical-coordinate representation of color #DBF00C: hue angle of 65.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBF00C is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 12 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.06 |
| HSL | 65.53º | 0.9% | 0.49% | - |
| HSV(B) | 65.53º | 0.95% | 0.94% | - |
| XYZ | 60.44 | 77.41 | 12.1 | - |
| YUV | 207.73 | 17.54 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 12 | 0.09 | 0 | 0.95 | 0.06 | 65.53 | 0.9 | 0.49 |
| Hex | DB | F0 | C | 9 | 0 | 5F | 6 | 42 | 5A | 31 |
| Octal | 333 | 360 | 14 | 11 | 0 | 137 | 6 | 102 | 132 | 61 |
| Binary | 11011011 | 11110000 | 1100 | 1001 | 0 | 1011111 | 110 | 1000010 | 1011010 | 110001 |
Color Harmonies of #DBF00C
Complementary color
Monochromatic Colors of #DBF00C
Black with #DBF00C
Text Example
Text Example
White with #DBF00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF00C; }
p { color: rgb(219,240,12); }
H1.HeaderClassName
{
color: #DBF00C;
}
.AnyTagClassName
{
color: #DBF00C;
}
</style>
background-color css
<style>
a { background-color: #DBF00C; }
a { background-color: rgb(219,240,12); }
div.DivClassName
{
background-color: #DBF00C;
}
.BgClassName
{
background-color: #DBF00C;
}
</style>
border-color css
<style>
span { border-color: #DBF00C; }
span { border-color: rgb(219,240,12); }
td.TdClassName
{
border-color: #DBF00C;
}
.TagClassName
{
border-color: #DBF00C;
}
</style>