Shades of Chartreuse Yellow #DAF701
Tints of Chartreuse Yellow #DAF701
RGB
CMYK
RGB Variations
Color information
#DAF701 (or 0xDAF701) is known color: Chartreuse Yellow. HEX triplet: DA, F7 and 01. RGB value is (218,247,1). Sum of RGB (Red+Green+Blue) = 218+247+1=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 247 (96.88% from 255 or 53.00% from 466); Blue value is 1 (0.78% from 255 or 0.21% from 466); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF701 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF701 is #2508FE. Grayscale: #D3D3D3. Windows color (decimal): -2427135 or 128986. OLE color: 128986.
HSL color Cylindrical-coordinate representation of color #DAF701: hue angle of 67.07º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAF701 is Cyan = 0.12, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 1 | - |
| CMYK | 0.12 | 0 | 1.00 | 0.03 |
| HSL | 67.07º | 0.99% | 0.49% | - |
| HSV(B) | 67.07º | 1% | 0.97% | - |
| XYZ | 62.18 | 81.43 | 12.47 | - |
| YUV | 210.29 | 9.89 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 1 | 0.12 | 0 | 1.00 | 0.03 | 67.07 | 0.99 | 0.49 |
| Hex | DA | F7 | 1 | C | 0 | 64 | 3 | 43 | 63 | 31 |
| Octal | 332 | 367 | 1 | 14 | 0 | 144 | 3 | 103 | 143 | 61 |
| Binary | 11011010 | 11110111 | 1 | 1100 | 0 | 1100100 | 11 | 1000011 | 1100011 | 110001 |
Color Harmonies of #DAF701
Complementary color
Monochromatic Colors of #DAF701
Black with #DAF701
Text Example
Text Example
White with #DAF701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF701; }
p { color: rgb(218,247,1); }
H1.HeaderClassName
{
color: #DAF701;
}
.AnyTagClassName
{
color: #DAF701;
}
</style>
background-color css
<style>
a { background-color: #DAF701; }
a { background-color: rgb(218,247,1); }
div.DivClassName
{
background-color: #DAF701;
}
.BgClassName
{
background-color: #DAF701;
}
</style>
border-color css
<style>
span { border-color: #DAF701; }
span { border-color: rgb(218,247,1); }
td.TdClassName
{
border-color: #DAF701;
}
.TagClassName
{
border-color: #DAF701;
}
</style>