Shades of Chartreuse Yellow #DAF90D
Tints of Chartreuse Yellow #DAF90D
RGB
CMYK
RGB Variations
Color information
#DAF90D (or 0xDAF90D) is known color: Chartreuse Yellow. HEX triplet: DA, F9 and 0D. RGB value is (218,249,13). Sum of RGB (Red+Green+Blue) = 218+249+13=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 249 (97.66% from 255 or 51.88% from 480); Blue value is 13 (5.47% from 255 or 2.71% from 480); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF90D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF90D is #2506F2. Grayscale: #D5D5D5. Windows color (decimal): -2426611 or 915930. OLE color: 915930.
HSL color Cylindrical-coordinate representation of color #DAF90D: hue angle of 67.88º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAF90D is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 13 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.02 |
| HSL | 67.88º | 0.95% | 0.51% | - |
| HSV(B) | 67.88º | 0.95% | 0.98% | - |
| XYZ | 62.86 | 82.69 | 13.03 | - |
| YUV | 212.83 | 15.23 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 13 | 0.12 | 0 | 0.95 | 0.02 | 67.88 | 0.95 | 0.51 |
| Hex | DA | F9 | D | C | 0 | 5F | 2 | 44 | 5F | 33 |
| Octal | 332 | 371 | 15 | 14 | 0 | 137 | 2 | 104 | 137 | 63 |
| Binary | 11011010 | 11111001 | 1101 | 1100 | 0 | 1011111 | 10 | 1000100 | 1011111 | 110011 |
Color Harmonies of #DAF90D
Complementary color
Monochromatic Colors of #DAF90D
Black with #DAF90D
Text Example
Text Example
White with #DAF90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF90D; }
p { color: rgb(218,249,13); }
H1.HeaderClassName
{
color: #DAF90D;
}
.AnyTagClassName
{
color: #DAF90D;
}
</style>
background-color css
<style>
a { background-color: #DAF90D; }
a { background-color: rgb(218,249,13); }
div.DivClassName
{
background-color: #DAF90D;
}
.BgClassName
{
background-color: #DAF90D;
}
</style>
border-color css
<style>
span { border-color: #DAF90D; }
span { border-color: rgb(218,249,13); }
td.TdClassName
{
border-color: #DAF90D;
}
.TagClassName
{
border-color: #DAF90D;
}
</style>