Shades of Chartreuse Yellow #DAF305
Tints of Chartreuse Yellow #DAF305
RGB
CMYK
RGB Variations
Color information
#DAF305 (or 0xDAF305) is known color: Chartreuse Yellow. HEX triplet: DA, F3 and 05. RGB value is (218,243,5). Sum of RGB (Red+Green+Blue) = 218+243+5=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 243 (95.31% from 255 or 52.15% from 466); Blue value is 5 (2.34% from 255 or 1.07% from 466); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF305 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF305 is #250CFA. Grayscale: #D1D1D1. Windows color (decimal): -2428155 or 390106. OLE color: 390106.
HSL color Cylindrical-coordinate representation of color #DAF305: hue angle of 66.3º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DAF305 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 5 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.05 |
| HSL | 66.3º | 0.96% | 0.49% | - |
| HSV(B) | 66.3º | 0.98% | 0.95% | - |
| XYZ | 60.99 | 79.02 | 12.18 | - |
| YUV | 208.39 | 13.22 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 5 | 0.10 | 0 | 0.98 | 0.05 | 66.3 | 0.96 | 0.49 |
| Hex | DA | F3 | 5 | A | 0 | 62 | 5 | 42 | 60 | 31 |
| Octal | 332 | 363 | 5 | 12 | 0 | 142 | 5 | 102 | 140 | 61 |
| Binary | 11011010 | 11110011 | 101 | 1010 | 0 | 1100010 | 101 | 1000010 | 1100000 | 110001 |
Color Harmonies of #DAF305
Complementary color
Monochromatic Colors of #DAF305
Black with #DAF305
Text Example
Text Example
White with #DAF305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF305; }
p { color: rgb(218,243,5); }
H1.HeaderClassName
{
color: #DAF305;
}
.AnyTagClassName
{
color: #DAF305;
}
</style>
background-color css
<style>
a { background-color: #DAF305; }
a { background-color: rgb(218,243,5); }
div.DivClassName
{
background-color: #DAF305;
}
.BgClassName
{
background-color: #DAF305;
}
</style>
border-color css
<style>
span { border-color: #DAF305; }
span { border-color: rgb(218,243,5); }
td.TdClassName
{
border-color: #DAF305;
}
.TagClassName
{
border-color: #DAF305;
}
</style>