Shades of Chartreuse Yellow #DAF101
Tints of Chartreuse Yellow #DAF101
RGB
CMYK
RGB Variations
Color information
#DAF101 (or 0xDAF101) is known color: Chartreuse Yellow. HEX triplet: DA, F1 and 01. RGB value is (218,241,1). Sum of RGB (Red+Green+Blue) = 218+241+1=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 241 (94.53% from 255 or 52.39% from 460); Blue value is 1 (0.78% from 255 or 0.22% from 460); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF101 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF101 is #250EFE. Grayscale: #CFCFCF. Windows color (decimal): -2428671 or 127450. OLE color: 127450.
HSL color Cylindrical-coordinate representation of color #DAF101: hue angle of 65.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAF101 is Cyan = 0.10, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 1 | - |
| CMYK | 0.10 | 0 | 1.00 | 0.05 |
| HSL | 65.75º | 0.99% | 0.47% | - |
| HSV(B) | 65.75º | 1% | 0.95% | - |
| XYZ | 60.37 | 77.82 | 11.87 | - |
| YUV | 206.76 | 11.88 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 1 | 0.10 | 0 | 1.00 | 0.05 | 65.75 | 0.99 | 0.47 |
| Hex | DA | F1 | 1 | A | 0 | 64 | 5 | 42 | 63 | 2F |
| Octal | 332 | 361 | 1 | 12 | 0 | 144 | 5 | 102 | 143 | 57 |
| Binary | 11011010 | 11110001 | 1 | 1010 | 0 | 1100100 | 101 | 1000010 | 1100011 | 101111 |
Color Harmonies of #DAF101
Complementary color
Monochromatic Colors of #DAF101
Black with #DAF101
Text Example
Text Example
White with #DAF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF101; }
p { color: rgb(218,241,1); }
H1.HeaderClassName
{
color: #DAF101;
}
.AnyTagClassName
{
color: #DAF101;
}
</style>
background-color css
<style>
a { background-color: #DAF101; }
a { background-color: rgb(218,241,1); }
div.DivClassName
{
background-color: #DAF101;
}
.BgClassName
{
background-color: #DAF101;
}
</style>
border-color css
<style>
span { border-color: #DAF101; }
span { border-color: rgb(218,241,1); }
td.TdClassName
{
border-color: #DAF101;
}
.TagClassName
{
border-color: #DAF101;
}
</style>