Shades of Chartreuse Yellow #DAF301
Tints of Chartreuse Yellow #DAF301
RGB
CMYK
RGB Variations
Color information
#DAF301 (or 0xDAF301) is known color: Chartreuse Yellow. HEX triplet: DA, F3 and 01. RGB value is (218,243,1). Sum of RGB (Red+Green+Blue) = 218+243+1=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 1 (0.78% from 255 or 0.22% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF301 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF301 is #250CFE. Grayscale: #D0D0D0. Windows color (decimal): -2428159 or 127962. OLE color: 127962.
HSL color Cylindrical-coordinate representation of color #DAF301: hue angle of 66.2º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAF301 is Cyan = 0.10, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 1 | - |
| CMYK | 0.10 | 0 | 1.00 | 0.05 |
| HSL | 66.2º | 0.99% | 0.48% | - |
| HSV(B) | 66.2º | 1% | 0.95% | - |
| XYZ | 60.97 | 79.01 | 12.07 | - |
| YUV | 207.94 | 11.22 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 1 | 0.10 | 0 | 1.00 | 0.05 | 66.2 | 0.99 | 0.48 |
| Hex | DA | F3 | 1 | A | 0 | 64 | 5 | 42 | 63 | 30 |
| Octal | 332 | 363 | 1 | 12 | 0 | 144 | 5 | 102 | 143 | 60 |
| Binary | 11011010 | 11110011 | 1 | 1010 | 0 | 1100100 | 101 | 1000010 | 1100011 | 110000 |
Color Harmonies of #DAF301
Complementary color
Monochromatic Colors of #DAF301
Black with #DAF301
Text Example
Text Example
White with #DAF301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF301; }
p { color: rgb(218,243,1); }
H1.HeaderClassName
{
color: #DAF301;
}
.AnyTagClassName
{
color: #DAF301;
}
</style>
background-color css
<style>
a { background-color: #DAF301; }
a { background-color: rgb(218,243,1); }
div.DivClassName
{
background-color: #DAF301;
}
.BgClassName
{
background-color: #DAF301;
}
</style>
border-color css
<style>
span { border-color: #DAF301; }
span { border-color: rgb(218,243,1); }
td.TdClassName
{
border-color: #DAF301;
}
.TagClassName
{
border-color: #DAF301;
}
</style>