Shades of Chartreuse Yellow #DFF014
Tints of Chartreuse Yellow #DFF014
RGB
CMYK
RGB Variations
Color information
#DFF014 (or 0xDFF014) is known color: Chartreuse Yellow. HEX triplet: DF, F0 and 14. RGB value is (223,240,20). Sum of RGB (Red+Green+Blue) = 223+240+20=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 20 (8.20% from 255 or 4.14% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF014 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DFF014 is #200FEB. Grayscale: #D2D2D2. Windows color (decimal): -2101228 or 1372383. OLE color: 1372383.
HSL color Cylindrical-coordinate representation of color #DFF014: hue angle of 64.64º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFF014 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 20 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.06 |
| HSL | 64.64º | 0.88% | 0.51% | - |
| HSV(B) | 64.64º | 0.92% | 0.94% | - |
| XYZ | 61.72 | 78.06 | 12.48 | - |
| YUV | 209.84 | 20.87 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 20 | 0.07 | 0 | 0.92 | 0.06 | 64.64 | 0.88 | 0.51 |
| Hex | DF | F0 | 14 | 7 | 0 | 5C | 6 | 41 | 58 | 33 |
| Octal | 337 | 360 | 24 | 7 | 0 | 134 | 6 | 101 | 130 | 63 |
| Binary | 11011111 | 11110000 | 10100 | 111 | 0 | 1011100 | 110 | 1000001 | 1011000 | 110011 |
Color Harmonies of #DFF014
Complementary color
Monochromatic Colors of #DFF014
Black with #DFF014
Text Example
Text Example
White with #DFF014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF014; }
p { color: rgb(223,240,20); }
H1.HeaderClassName
{
color: #DFF014;
}
.AnyTagClassName
{
color: #DFF014;
}
</style>
background-color css
<style>
a { background-color: #DFF014; }
a { background-color: rgb(223,240,20); }
div.DivClassName
{
background-color: #DFF014;
}
.BgClassName
{
background-color: #DFF014;
}
</style>
border-color css
<style>
span { border-color: #DFF014; }
span { border-color: rgb(223,240,20); }
td.TdClassName
{
border-color: #DFF014;
}
.TagClassName
{
border-color: #DFF014;
}
</style>