Shades of Chartreuse Yellow #DBF30D
Tints of Chartreuse Yellow #DBF30D
RGB
CMYK
RGB Variations
Color information
#DBF30D (or 0xDBF30D) is known color: Chartreuse Yellow. HEX triplet: DB, F3 and 0D. RGB value is (219,243,13). Sum of RGB (Red+Green+Blue) = 219+243+13=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 13 (5.47% from 255 or 2.74% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF30D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF30D is #240CF2. Grayscale: #D2D2D2. Windows color (decimal): -2362611 or 914395. OLE color: 914395.
HSL color Cylindrical-coordinate representation of color #DBF30D: hue angle of 66.26º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBF30D is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 13 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.05 |
| HSL | 66.26º | 0.91% | 0.5% | - |
| HSV(B) | 66.26º | 0.95% | 0.95% | - |
| XYZ | 61.34 | 79.19 | 12.43 | - |
| YUV | 209.6 | 17.05 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 13 | 0.10 | 0 | 0.95 | 0.05 | 66.26 | 0.91 | 0.5 |
| Hex | DB | F3 | D | A | 0 | 5F | 5 | 42 | 5B | 32 |
| Octal | 333 | 363 | 15 | 12 | 0 | 137 | 5 | 102 | 133 | 62 |
| Binary | 11011011 | 11110011 | 1101 | 1010 | 0 | 1011111 | 101 | 1000010 | 1011011 | 110010 |
Color Harmonies of #DBF30D
Complementary color
Monochromatic Colors of #DBF30D
Black with #DBF30D
Text Example
Text Example
White with #DBF30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF30D; }
p { color: rgb(219,243,13); }
H1.HeaderClassName
{
color: #DBF30D;
}
.AnyTagClassName
{
color: #DBF30D;
}
</style>
background-color css
<style>
a { background-color: #DBF30D; }
a { background-color: rgb(219,243,13); }
div.DivClassName
{
background-color: #DBF30D;
}
.BgClassName
{
background-color: #DBF30D;
}
</style>
border-color css
<style>
span { border-color: #DBF30D; }
span { border-color: rgb(219,243,13); }
td.TdClassName
{
border-color: #DBF30D;
}
.TagClassName
{
border-color: #DBF30D;
}
</style>