Shades of Chartreuse Yellow #DAFB0C
Tints of Chartreuse Yellow #DAFB0C
RGB
CMYK
RGB Variations
Color information
#DAFB0C (or 0xDAFB0C) is known color: Chartreuse Yellow. HEX triplet: DA, FB and 0C. RGB value is (218,251,12). Sum of RGB (Red+Green+Blue) = 218+251+12=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 251 (98.44% from 255 or 52.18% from 481); Blue value is 12 (5.08% from 255 or 2.49% from 481); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFB0C is #2504F3. Grayscale: #D6D6D6. Windows color (decimal): -2426100 or 850906. OLE color: 850906.
HSL color Cylindrical-coordinate representation of color #DAFB0C: hue angle of 68.28º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAFB0C is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 251 | 12 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.02 |
| HSL | 68.28º | 0.97% | 0.52% | - |
| HSV(B) | 68.28º | 0.95% | 0.98% | - |
| XYZ | 63.48 | 83.93 | 13.2 | - |
| YUV | 213.89 | 14.07 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 251 | 12 | 0.13 | 0 | 0.95 | 0.02 | 68.28 | 0.97 | 0.52 |
| Hex | DA | FB | C | D | 0 | 5F | 2 | 44 | 61 | 34 |
| Octal | 332 | 373 | 14 | 15 | 0 | 137 | 2 | 104 | 141 | 64 |
| Binary | 11011010 | 11111011 | 1100 | 1101 | 0 | 1011111 | 10 | 1000100 | 1100001 | 110100 |
Color Harmonies of #DAFB0C
Complementary color
Monochromatic Colors of #DAFB0C
Black with #DAFB0C
Text Example
Text Example
White with #DAFB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFB0C; }
p { color: rgb(218,251,12); }
H1.HeaderClassName
{
color: #DAFB0C;
}
.AnyTagClassName
{
color: #DAFB0C;
}
</style>
background-color css
<style>
a { background-color: #DAFB0C; }
a { background-color: rgb(218,251,12); }
div.DivClassName
{
background-color: #DAFB0C;
}
.BgClassName
{
background-color: #DAFB0C;
}
</style>
border-color css
<style>
span { border-color: #DAFB0C; }
span { border-color: rgb(218,251,12); }
td.TdClassName
{
border-color: #DAFB0C;
}
.TagClassName
{
border-color: #DAFB0C;
}
</style>