Shades of Chartreuse Yellow #DAF00D
Tints of Chartreuse Yellow #DAF00D
RGB
CMYK
RGB Variations
Color information
#DAF00D (or 0xDAF00D) is known color: Chartreuse Yellow. HEX triplet: DA, F0 and 0D. RGB value is (218,240,13). Sum of RGB (Red+Green+Blue) = 218+240+13=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 13 (5.47% from 255 or 2.76% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF00D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF00D is #250FF2. Grayscale: #D0D0D0. Windows color (decimal): -2428915 or 913626. OLE color: 913626.
HSL color Cylindrical-coordinate representation of color #DAF00D: hue angle of 65.81º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAF00D is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 13 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.06 |
| HSL | 65.81º | 0.9% | 0.5% | - |
| HSV(B) | 65.81º | 0.95% | 0.94% | - |
| XYZ | 60.15 | 77.25 | 12.12 | - |
| YUV | 207.54 | 18.21 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 13 | 0.09 | 0 | 0.95 | 0.06 | 65.81 | 0.9 | 0.5 |
| Hex | DA | F0 | D | 9 | 0 | 5F | 6 | 42 | 5A | 32 |
| Octal | 332 | 360 | 15 | 11 | 0 | 137 | 6 | 102 | 132 | 62 |
| Binary | 11011010 | 11110000 | 1101 | 1001 | 0 | 1011111 | 110 | 1000010 | 1011010 | 110010 |
Color Harmonies of #DAF00D
Complementary color
Monochromatic Colors of #DAF00D
Black with #DAF00D
Text Example
Text Example
White with #DAF00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF00D; }
p { color: rgb(218,240,13); }
H1.HeaderClassName
{
color: #DAF00D;
}
.AnyTagClassName
{
color: #DAF00D;
}
</style>
background-color css
<style>
a { background-color: #DAF00D; }
a { background-color: rgb(218,240,13); }
div.DivClassName
{
background-color: #DAF00D;
}
.BgClassName
{
background-color: #DAF00D;
}
</style>
border-color css
<style>
span { border-color: #DAF00D; }
span { border-color: rgb(218,240,13); }
td.TdClassName
{
border-color: #DAF00D;
}
.TagClassName
{
border-color: #DAF00D;
}
</style>