Shades of Chartreuse Yellow #DAF313
Tints of Chartreuse Yellow #DAF313
RGB
CMYK
RGB Variations
Color information
#DAF313 (or 0xDAF313) is known color: Chartreuse Yellow. HEX triplet: DA, F3 and 13. RGB value is (218,243,19). Sum of RGB (Red+Green+Blue) = 218+243+19=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 243 (95.31% from 255 or 50.62% from 480); Blue value is 19 (7.81% from 255 or 3.96% from 480); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF313 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF313 is #250CEC. Grayscale: #D2D2D2. Windows color (decimal): -2428141 or 1307610. OLE color: 1307610.
HSL color Cylindrical-coordinate representation of color #DAF313: hue angle of 66.7º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAF313 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 19 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.05 |
| HSL | 66.7º | 0.9% | 0.51% | - |
| HSV(B) | 66.7º | 0.92% | 0.95% | - |
| XYZ | 61.08 | 79.05 | 12.66 | - |
| YUV | 209.99 | 20.22 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 19 | 0.10 | 0 | 0.92 | 0.05 | 66.7 | 0.9 | 0.51 |
| Hex | DA | F3 | 13 | A | 0 | 5C | 5 | 43 | 5A | 33 |
| Octal | 332 | 363 | 23 | 12 | 0 | 134 | 5 | 103 | 132 | 63 |
| Binary | 11011010 | 11110011 | 10011 | 1010 | 0 | 1011100 | 101 | 1000011 | 1011010 | 110011 |
Color Harmonies of #DAF313
Complementary color
Monochromatic Colors of #DAF313
Black with #DAF313
Text Example
Text Example
White with #DAF313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF313; }
p { color: rgb(218,243,19); }
H1.HeaderClassName
{
color: #DAF313;
}
.AnyTagClassName
{
color: #DAF313;
}
</style>
background-color css
<style>
a { background-color: #DAF313; }
a { background-color: rgb(218,243,19); }
div.DivClassName
{
background-color: #DAF313;
}
.BgClassName
{
background-color: #DAF313;
}
</style>
border-color css
<style>
span { border-color: #DAF313; }
span { border-color: rgb(218,243,19); }
td.TdClassName
{
border-color: #DAF313;
}
.TagClassName
{
border-color: #DAF313;
}
</style>