Shades of Chartreuse Yellow #DCFA10
Tints of Chartreuse Yellow #DCFA10
RGB
CMYK
RGB Variations
Color information
#DCFA10 (or 0xDCFA10) is known color: Chartreuse Yellow. HEX triplet: DC, FA and 10. RGB value is (220,250,16). Sum of RGB (Red+Green+Blue) = 220+250+16=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 16 (6.64% from 255 or 3.29% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFA10 is #2305EF. Grayscale: #D7D7D7. Windows color (decimal): -2295280 or 1112796. OLE color: 1112796.
HSL color Cylindrical-coordinate representation of color #DCFA10: hue angle of 67.69º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCFA10 is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 16 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.02 |
| HSL | 67.69º | 0.96% | 0.52% | - |
| HSV(B) | 67.69º | 0.94% | 0.98% | - |
| XYZ | 63.79 | 83.62 | 13.27 | - |
| YUV | 214.35 | 16.06 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 16 | 0.12 | 0 | 0.94 | 0.02 | 67.69 | 0.96 | 0.52 |
| Hex | DC | FA | 10 | C | 0 | 5E | 2 | 44 | 60 | 34 |
| Octal | 334 | 372 | 20 | 14 | 0 | 136 | 2 | 104 | 140 | 64 |
| Binary | 11011100 | 11111010 | 10000 | 1100 | 0 | 1011110 | 10 | 1000100 | 1100000 | 110100 |
Color Harmonies of #DCFA10
Complementary color
Monochromatic Colors of #DCFA10
Black with #DCFA10
Text Example
Text Example
White with #DCFA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA10; }
p { color: rgb(220,250,16); }
H1.HeaderClassName
{
color: #DCFA10;
}
.AnyTagClassName
{
color: #DCFA10;
}
</style>
background-color css
<style>
a { background-color: #DCFA10; }
a { background-color: rgb(220,250,16); }
div.DivClassName
{
background-color: #DCFA10;
}
.BgClassName
{
background-color: #DCFA10;
}
</style>
border-color css
<style>
span { border-color: #DCFA10; }
span { border-color: rgb(220,250,16); }
td.TdClassName
{
border-color: #DCFA10;
}
.TagClassName
{
border-color: #DCFA10;
}
</style>