Shades of Chartreuse Yellow #DCF517
Tints of Chartreuse Yellow #DCF517
RGB
CMYK
RGB Variations
Color information
#DCF517 (or 0xDCF517) is known color: Chartreuse Yellow. HEX triplet: DC, F5 and 17. RGB value is (220,245,23). Sum of RGB (Red+Green+Blue) = 220+245+23=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 23 (9.38% from 255 or 4.71% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF517 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF517 is #230AE8. Grayscale: #D5D5D5. Windows color (decimal): -2296553 or 1570268. OLE color: 1570268.
HSL color Cylindrical-coordinate representation of color #DCF517: hue angle of 66.76º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCF517 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 23 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.04 |
| HSL | 66.76º | 0.92% | 0.53% | - |
| HSV(B) | 66.76º | 0.91% | 0.96% | - |
| XYZ | 62.32 | 80.58 | 13.08 | - |
| YUV | 212.22 | 21.22 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 23 | 0.10 | 0 | 0.91 | 0.04 | 66.76 | 0.92 | 0.53 |
| Hex | DC | F5 | 17 | A | 0 | 5B | 4 | 43 | 5C | 35 |
| Octal | 334 | 365 | 27 | 12 | 0 | 133 | 4 | 103 | 134 | 65 |
| Binary | 11011100 | 11110101 | 10111 | 1010 | 0 | 1011011 | 100 | 1000011 | 1011100 | 110101 |
Color Harmonies of #DCF517
Complementary color
Monochromatic Colors of #DCF517
Black with #DCF517
Text Example
Text Example
White with #DCF517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF517; }
p { color: rgb(220,245,23); }
H1.HeaderClassName
{
color: #DCF517;
}
.AnyTagClassName
{
color: #DCF517;
}
</style>
background-color css
<style>
a { background-color: #DCF517; }
a { background-color: rgb(220,245,23); }
div.DivClassName
{
background-color: #DCF517;
}
.BgClassName
{
background-color: #DCF517;
}
</style>
border-color css
<style>
span { border-color: #DCF517; }
span { border-color: rgb(220,245,23); }
td.TdClassName
{
border-color: #DCF517;
}
.TagClassName
{
border-color: #DCF517;
}
</style>