Shades of Chartreuse Yellow #DBF30A
Tints of Chartreuse Yellow #DBF30A
RGB
CMYK
RGB Variations
Color information
#DBF30A (or 0xDBF30A) is known color: Chartreuse Yellow. HEX triplet: DB, F3 and 0A. RGB value is (219,243,10). Sum of RGB (Red+Green+Blue) = 219+243+10=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 243 (95.31% from 255 or 51.48% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF30A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF30A is #240CF5. Grayscale: #D2D2D2. Windows color (decimal): -2362614 or 717787. OLE color: 717787.
HSL color Cylindrical-coordinate representation of color #DBF30A: hue angle of 66.18º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBF30A is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 10 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.05 |
| HSL | 66.18º | 0.92% | 0.5% | - |
| HSV(B) | 66.18º | 0.96% | 0.95% | - |
| XYZ | 61.32 | 79.18 | 12.34 | - |
| YUV | 209.26 | 15.55 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 10 | 0.10 | 0 | 0.96 | 0.05 | 66.18 | 0.92 | 0.5 |
| Hex | DB | F3 | A | A | 0 | 60 | 5 | 42 | 5C | 32 |
| Octal | 333 | 363 | 12 | 12 | 0 | 140 | 5 | 102 | 134 | 62 |
| Binary | 11011011 | 11110011 | 1010 | 1010 | 0 | 1100000 | 101 | 1000010 | 1011100 | 110010 |
Color Harmonies of #DBF30A
Complementary color
Monochromatic Colors of #DBF30A
Black with #DBF30A
Text Example
Text Example
White with #DBF30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF30A; }
p { color: rgb(219,243,10); }
H1.HeaderClassName
{
color: #DBF30A;
}
.AnyTagClassName
{
color: #DBF30A;
}
</style>
background-color css
<style>
a { background-color: #DBF30A; }
a { background-color: rgb(219,243,10); }
div.DivClassName
{
background-color: #DBF30A;
}
.BgClassName
{
background-color: #DBF30A;
}
</style>
border-color css
<style>
span { border-color: #DBF30A; }
span { border-color: rgb(219,243,10); }
td.TdClassName
{
border-color: #DBF30A;
}
.TagClassName
{
border-color: #DBF30A;
}
</style>