Shades of Chartreuse Yellow #DCF310
Tints of Chartreuse Yellow #DCF310
RGB
CMYK
RGB Variations
Color information
#DCF310 (or 0xDCF310) is known color: Chartreuse Yellow. HEX triplet: DC, F3 and 10. RGB value is (220,243,16). Sum of RGB (Red+Green+Blue) = 220+243+16=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 16 (6.64% from 255 or 3.34% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF310 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF310 is #230CEF. Grayscale: #D3D3D3. Windows color (decimal): -2297072 or 1111004. OLE color: 1111004.
HSL color Cylindrical-coordinate representation of color #DCF310: hue angle of 66.08º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCF310 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 16 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.05 |
| HSL | 66.08º | 0.9% | 0.51% | - |
| HSV(B) | 66.08º | 0.93% | 0.95% | - |
| XYZ | 61.66 | 79.35 | 12.56 | - |
| YUV | 210.25 | 18.38 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 16 | 0.09 | 0 | 0.93 | 0.05 | 66.08 | 0.9 | 0.51 |
| Hex | DC | F3 | 10 | 9 | 0 | 5D | 5 | 42 | 5A | 33 |
| Octal | 334 | 363 | 20 | 11 | 0 | 135 | 5 | 102 | 132 | 63 |
| Binary | 11011100 | 11110011 | 10000 | 1001 | 0 | 1011101 | 101 | 1000010 | 1011010 | 110011 |
Color Harmonies of #DCF310
Complementary color
Monochromatic Colors of #DCF310
Black with #DCF310
Text Example
Text Example
White with #DCF310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF310; }
p { color: rgb(220,243,16); }
H1.HeaderClassName
{
color: #DCF310;
}
.AnyTagClassName
{
color: #DCF310;
}
</style>
background-color css
<style>
a { background-color: #DCF310; }
a { background-color: rgb(220,243,16); }
div.DivClassName
{
background-color: #DCF310;
}
.BgClassName
{
background-color: #DCF310;
}
</style>
border-color css
<style>
span { border-color: #DCF310; }
span { border-color: rgb(220,243,16); }
td.TdClassName
{
border-color: #DCF310;
}
.TagClassName
{
border-color: #DCF310;
}
</style>