Shades of Chartreuse Yellow #DAF50D
Tints of Chartreuse Yellow #DAF50D
RGB
CMYK
RGB Variations
Color information
#DAF50D (or 0xDAF50D) is known color: Chartreuse Yellow. HEX triplet: DA, F5 and 0D. RGB value is (218,245,13). Sum of RGB (Red+Green+Blue) = 218+245+13=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 245 (96.09% from 255 or 51.47% from 476); Blue value is 13 (5.47% from 255 or 2.73% from 476); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF50D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF50D is #250AF2. Grayscale: #D3D3D3. Windows color (decimal): -2427635 or 914906. OLE color: 914906.
HSL color Cylindrical-coordinate representation of color #DAF50D: hue angle of 66.98º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAF50D is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 13 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.04 |
| HSL | 66.98º | 0.92% | 0.51% | - |
| HSV(B) | 66.98º | 0.95% | 0.96% | - |
| XYZ | 61.64 | 80.24 | 12.62 | - |
| YUV | 210.48 | 16.55 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 13 | 0.11 | 0 | 0.95 | 0.04 | 66.98 | 0.92 | 0.51 |
| Hex | DA | F5 | D | B | 0 | 5F | 4 | 43 | 5C | 33 |
| Octal | 332 | 365 | 15 | 13 | 0 | 137 | 4 | 103 | 134 | 63 |
| Binary | 11011010 | 11110101 | 1101 | 1011 | 0 | 1011111 | 100 | 1000011 | 1011100 | 110011 |
Color Harmonies of #DAF50D
Complementary color
Monochromatic Colors of #DAF50D
Black with #DAF50D
Text Example
Text Example
White with #DAF50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF50D; }
p { color: rgb(218,245,13); }
H1.HeaderClassName
{
color: #DAF50D;
}
.AnyTagClassName
{
color: #DAF50D;
}
</style>
background-color css
<style>
a { background-color: #DAF50D; }
a { background-color: rgb(218,245,13); }
div.DivClassName
{
background-color: #DAF50D;
}
.BgClassName
{
background-color: #DAF50D;
}
</style>
border-color css
<style>
span { border-color: #DAF50D; }
span { border-color: rgb(218,245,13); }
td.TdClassName
{
border-color: #DAF50D;
}
.TagClassName
{
border-color: #DAF50D;
}
</style>