Shades of Chartreuse Yellow #DAFB1C
Tints of Chartreuse Yellow #DAFB1C
RGB
CMYK
RGB Variations
Color information
#DAFB1C (or 0xDAFB1C) is known color: Chartreuse Yellow. HEX triplet: DA, FB and 1C. RGB value is (218,251,28). Sum of RGB (Red+Green+Blue) = 218+251+28=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 28 (11.33% from 255 or 5.63% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFB1C is #2504E3. Grayscale: #D8D8D8. Windows color (decimal): -2426084 or 1899482. OLE color: 1899482.
HSL color Cylindrical-coordinate representation of color #DAFB1C: hue angle of 68.88º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAFB1C is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 251 | 28 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.02 |
| HSL | 68.88º | 0.97% | 0.55% | - |
| HSV(B) | 68.88º | 0.89% | 0.98% | - |
| XYZ | 63.62 | 83.98 | 13.96 | - |
| YUV | 215.71 | 22.07 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 251 | 28 | 0.13 | 0 | 0.89 | 0.02 | 68.88 | 0.97 | 0.55 |
| Hex | DA | FB | 1C | D | 0 | 59 | 2 | 45 | 61 | 37 |
| Octal | 332 | 373 | 34 | 15 | 0 | 131 | 2 | 105 | 141 | 67 |
| Binary | 11011010 | 11111011 | 11100 | 1101 | 0 | 1011001 | 10 | 1000101 | 1100001 | 110111 |
Color Harmonies of #DAFB1C
Complementary color
Monochromatic Colors of #DAFB1C
Black with #DAFB1C
Text Example
Text Example
White with #DAFB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFB1C; }
p { color: rgb(218,251,28); }
H1.HeaderClassName
{
color: #DAFB1C;
}
.AnyTagClassName
{
color: #DAFB1C;
}
</style>
background-color css
<style>
a { background-color: #DAFB1C; }
a { background-color: rgb(218,251,28); }
div.DivClassName
{
background-color: #DAFB1C;
}
.BgClassName
{
background-color: #DAFB1C;
}
</style>
border-color css
<style>
span { border-color: #DAFB1C; }
span { border-color: rgb(218,251,28); }
td.TdClassName
{
border-color: #DAFB1C;
}
.TagClassName
{
border-color: #DAFB1C;
}
</style>