Shades of Chartreuse Yellow #DAF008
Tints of Chartreuse Yellow #DAF008
RGB
CMYK
RGB Variations
Color information
#DAF008 (or 0xDAF008) is known color: Chartreuse Yellow. HEX triplet: DA, F0 and 08. RGB value is (218,240,8). Sum of RGB (Red+Green+Blue) = 218+240+8=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 8 (3.52% from 255 or 1.72% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF008 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF008 is #250FF7. Grayscale: #CFCFCF. Windows color (decimal): -2428920 or 585946. OLE color: 585946.
HSL color Cylindrical-coordinate representation of color #DAF008: hue angle of 65.69º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DAF008 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 8 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.06 |
| HSL | 65.69º | 0.94% | 0.49% | - |
| HSV(B) | 65.69º | 0.97% | 0.94% | - |
| XYZ | 60.12 | 77.24 | 11.97 | - |
| YUV | 206.97 | 15.71 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 8 | 0.09 | 0 | 0.97 | 0.06 | 65.69 | 0.94 | 0.49 |
| Hex | DA | F0 | 8 | 9 | 0 | 61 | 6 | 42 | 5E | 31 |
| Octal | 332 | 360 | 10 | 11 | 0 | 141 | 6 | 102 | 136 | 61 |
| Binary | 11011010 | 11110000 | 1000 | 1001 | 0 | 1100001 | 110 | 1000010 | 1011110 | 110001 |
Color Harmonies of #DAF008
Complementary color
Monochromatic Colors of #DAF008
Black with #DAF008
Text Example
Text Example
White with #DAF008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF008; }
p { color: rgb(218,240,8); }
H1.HeaderClassName
{
color: #DAF008;
}
.AnyTagClassName
{
color: #DAF008;
}
</style>
background-color css
<style>
a { background-color: #DAF008; }
a { background-color: rgb(218,240,8); }
div.DivClassName
{
background-color: #DAF008;
}
.BgClassName
{
background-color: #DAF008;
}
</style>
border-color css
<style>
span { border-color: #DAF008; }
span { border-color: rgb(218,240,8); }
td.TdClassName
{
border-color: #DAF008;
}
.TagClassName
{
border-color: #DAF008;
}
</style>