Shades of Chartreuse Yellow #DAF505
Tints of Chartreuse Yellow #DAF505
RGB
CMYK
RGB Variations
Color information
#DAF505 (or 0xDAF505) is known color: Chartreuse Yellow. HEX triplet: DA, F5 and 05. RGB value is (218,245,5). Sum of RGB (Red+Green+Blue) = 218+245+5=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 245 (96.09% from 255 or 52.35% from 468); Blue value is 5 (2.34% from 255 or 1.07% from 468); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF505 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF505 is #250AFA. Grayscale: #D2D2D2. Windows color (decimal): -2427643 or 390618. OLE color: 390618.
HSL color Cylindrical-coordinate representation of color #DAF505: hue angle of 66.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DAF505 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 5 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.04 |
| HSL | 66.75º | 0.96% | 0.49% | - |
| HSV(B) | 66.75º | 0.98% | 0.96% | - |
| XYZ | 61.59 | 80.22 | 12.38 | - |
| YUV | 209.57 | 12.55 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 5 | 0.11 | 0 | 0.98 | 0.04 | 66.75 | 0.96 | 0.49 |
| Hex | DA | F5 | 5 | B | 0 | 62 | 4 | 43 | 60 | 31 |
| Octal | 332 | 365 | 5 | 13 | 0 | 142 | 4 | 103 | 140 | 61 |
| Binary | 11011010 | 11110101 | 101 | 1011 | 0 | 1100010 | 100 | 1000011 | 1100000 | 110001 |
Color Harmonies of #DAF505
Complementary color
Monochromatic Colors of #DAF505
Black with #DAF505
Text Example
Text Example
White with #DAF505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF505; }
p { color: rgb(218,245,5); }
H1.HeaderClassName
{
color: #DAF505;
}
.AnyTagClassName
{
color: #DAF505;
}
</style>
background-color css
<style>
a { background-color: #DAF505; }
a { background-color: rgb(218,245,5); }
div.DivClassName
{
background-color: #DAF505;
}
.BgClassName
{
background-color: #DAF505;
}
</style>
border-color css
<style>
span { border-color: #DAF505; }
span { border-color: rgb(218,245,5); }
td.TdClassName
{
border-color: #DAF505;
}
.TagClassName
{
border-color: #DAF505;
}
</style>