Shades of Chartreuse Yellow #DAF90F
Tints of Chartreuse Yellow #DAF90F
RGB
CMYK
RGB Variations
Color information
#DAF90F (or 0xDAF90F) is known color: Chartreuse Yellow. HEX triplet: DA, F9 and 0F. RGB value is (218,249,15). Sum of RGB (Red+Green+Blue) = 218+249+15=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 249 (97.66% from 255 or 51.66% from 482); Blue value is 15 (6.25% from 255 or 3.11% from 482); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF90F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF90F is #2506F0. Grayscale: #D5D5D5. Windows color (decimal): -2426609 or 1047002. OLE color: 1047002.
HSL color Cylindrical-coordinate representation of color #DAF90F: hue angle of 67.95º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAF90F is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 15 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.02 |
| HSL | 67.95º | 0.95% | 0.52% | - |
| HSV(B) | 67.95º | 0.94% | 0.98% | - |
| XYZ | 62.88 | 82.69 | 13.1 | - |
| YUV | 213.06 | 16.23 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 15 | 0.12 | 0 | 0.94 | 0.02 | 67.95 | 0.95 | 0.52 |
| Hex | DA | F9 | F | C | 0 | 5E | 2 | 44 | 5F | 34 |
| Octal | 332 | 371 | 17 | 14 | 0 | 136 | 2 | 104 | 137 | 64 |
| Binary | 11011010 | 11111001 | 1111 | 1100 | 0 | 1011110 | 10 | 1000100 | 1011111 | 110100 |
Color Harmonies of #DAF90F
Complementary color
Monochromatic Colors of #DAF90F
Black with #DAF90F
Text Example
Text Example
White with #DAF90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF90F; }
p { color: rgb(218,249,15); }
H1.HeaderClassName
{
color: #DAF90F;
}
.AnyTagClassName
{
color: #DAF90F;
}
</style>
background-color css
<style>
a { background-color: #DAF90F; }
a { background-color: rgb(218,249,15); }
div.DivClassName
{
background-color: #DAF90F;
}
.BgClassName
{
background-color: #DAF90F;
}
</style>
border-color css
<style>
span { border-color: #DAF90F; }
span { border-color: rgb(218,249,15); }
td.TdClassName
{
border-color: #DAF90F;
}
.TagClassName
{
border-color: #DAF90F;
}
</style>