Shades of Chartreuse Yellow #DAFB0F
Tints of Chartreuse Yellow #DAFB0F
RGB
CMYK
RGB Variations
Color information
#DAFB0F (or 0xDAFB0F) is known color: Chartreuse Yellow. HEX triplet: DA, FB and 0F. RGB value is (218,251,15). Sum of RGB (Red+Green+Blue) = 218+251+15=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 251 (98.44% from 255 or 51.86% from 484); Blue value is 15 (6.25% from 255 or 3.10% from 484); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFB0F is #2504F0. Grayscale: #D7D7D7. Windows color (decimal): -2426097 or 1047514. OLE color: 1047514.
HSL color Cylindrical-coordinate representation of color #DAFB0F: hue angle of 68.39º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAFB0F is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 251 | 15 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.02 |
| HSL | 68.39º | 0.97% | 0.52% | - |
| HSV(B) | 68.39º | 0.94% | 0.98% | - |
| XYZ | 63.5 | 83.93 | 13.31 | - |
| YUV | 214.23 | 15.57 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 251 | 15 | 0.13 | 0 | 0.94 | 0.02 | 68.39 | 0.97 | 0.52 |
| Hex | DA | FB | F | D | 0 | 5E | 2 | 44 | 61 | 34 |
| Octal | 332 | 373 | 17 | 15 | 0 | 136 | 2 | 104 | 141 | 64 |
| Binary | 11011010 | 11111011 | 1111 | 1101 | 0 | 1011110 | 10 | 1000100 | 1100001 | 110100 |
Color Harmonies of #DAFB0F
Complementary color
Monochromatic Colors of #DAFB0F
Black with #DAFB0F
Text Example
Text Example
White with #DAFB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFB0F; }
p { color: rgb(218,251,15); }
H1.HeaderClassName
{
color: #DAFB0F;
}
.AnyTagClassName
{
color: #DAFB0F;
}
</style>
background-color css
<style>
a { background-color: #DAFB0F; }
a { background-color: rgb(218,251,15); }
div.DivClassName
{
background-color: #DAFB0F;
}
.BgClassName
{
background-color: #DAFB0F;
}
</style>
border-color css
<style>
span { border-color: #DAFB0F; }
span { border-color: rgb(218,251,15); }
td.TdClassName
{
border-color: #DAFB0F;
}
.TagClassName
{
border-color: #DAFB0F;
}
</style>