Shades of Chartreuse Yellow #DCF217
Tints of Chartreuse Yellow #DCF217
RGB
CMYK
RGB Variations
Color information
#DCF217 (or 0xDCF217) is known color: Chartreuse Yellow. HEX triplet: DC, F2 and 17. RGB value is (220,242,23). Sum of RGB (Red+Green+Blue) = 220+242+23=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 23 (9.38% from 255 or 4.74% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF217 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF217 is #230DE8. Grayscale: #D3D3D3. Windows color (decimal): -2297321 or 1569500. OLE color: 1569500.
HSL color Cylindrical-coordinate representation of color #DCF217: hue angle of 66.03º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCF217 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 23 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.05 |
| HSL | 66.03º | 0.89% | 0.52% | - |
| HSV(B) | 66.03º | 0.9% | 0.95% | - |
| XYZ | 61.42 | 78.78 | 12.78 | - |
| YUV | 210.46 | 22.21 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 23 | 0.09 | 0 | 0.90 | 0.05 | 66.03 | 0.89 | 0.52 |
| Hex | DC | F2 | 17 | 9 | 0 | 5A | 5 | 42 | 59 | 34 |
| Octal | 334 | 362 | 27 | 11 | 0 | 132 | 5 | 102 | 131 | 64 |
| Binary | 11011100 | 11110010 | 10111 | 1001 | 0 | 1011010 | 101 | 1000010 | 1011001 | 110100 |
Color Harmonies of #DCF217
Complementary color
Monochromatic Colors of #DCF217
Black with #DCF217
Text Example
Text Example
White with #DCF217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF217; }
p { color: rgb(220,242,23); }
H1.HeaderClassName
{
color: #DCF217;
}
.AnyTagClassName
{
color: #DCF217;
}
</style>
background-color css
<style>
a { background-color: #DCF217; }
a { background-color: rgb(220,242,23); }
div.DivClassName
{
background-color: #DCF217;
}
.BgClassName
{
background-color: #DCF217;
}
</style>
border-color css
<style>
span { border-color: #DCF217; }
span { border-color: rgb(220,242,23); }
td.TdClassName
{
border-color: #DCF217;
}
.TagClassName
{
border-color: #DCF217;
}
</style>