Shades of Chartreuse Yellow #DAF314
Tints of Chartreuse Yellow #DAF314
RGB
CMYK
RGB Variations
Color information
#DAF314 (or 0xDAF314) is known color: Chartreuse Yellow. HEX triplet: DA, F3 and 14. RGB value is (218,243,20). Sum of RGB (Red+Green+Blue) = 218+243+20=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 20 (8.20% from 255 or 4.16% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF314 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF314 is #250CEB. Grayscale: #D2D2D2. Windows color (decimal): -2428140 or 1373146. OLE color: 1373146.
HSL color Cylindrical-coordinate representation of color #DAF314: hue angle of 66.73º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAF314 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 243 | 20 | - |
CMYK | 0.10 | 0 | 0.92 | 0.05 |
HSL | 66.73º | 0.9% | 0.52% | - |
HSV(B) | 66.73º | 0.92% | 0.95% | - |
XYZ | 61.09 | 79.06 | 12.7 | - |
YUV | 210.1 | 20.72 | 133.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 243 | 20 | 0.10 | 0 | 0.92 | 0.05 | 66.73 | 0.9 | 0.52 |
Hex | DA | F3 | 14 | A | 0 | 5C | 5 | 43 | 5A | 34 |
Octal | 332 | 363 | 24 | 12 | 0 | 134 | 5 | 103 | 132 | 64 |
Binary | 11011010 | 11110011 | 10100 | 1010 | 0 | 1011100 | 101 | 1000011 | 1011010 | 110100 |
Color Harmonies of #DAF314
Complementary color
Monochromatic Colors of #DAF314
Black with #DAF314
Text Example
Text Example
White with #DAF314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF314; }
p { color: rgb(218,243,20); }
H1.HeaderClassName
{
color: #DAF314;
}
.AnyTagClassName
{
color: #DAF314;
}
</style>
background-color css
<style>
a { background-color: #DAF314; }
a { background-color: rgb(218,243,20); }
div.DivClassName
{
background-color: #DAF314;
}
.BgClassName
{
background-color: #DAF314;
}
</style>
border-color css
<style>
span { border-color: #DAF314; }
span { border-color: rgb(218,243,20); }
td.TdClassName
{
border-color: #DAF314;
}
.TagClassName
{
border-color: #DAF314;
}
</style>