Shades of Chartreuse Yellow #DCF710
Tints of Chartreuse Yellow #DCF710
RGB
CMYK
RGB Variations
Color information
#DCF710 (or 0xDCF710) is known color: Chartreuse Yellow. HEX triplet: DC, F7 and 10. RGB value is (220,247,16). Sum of RGB (Red+Green+Blue) = 220+247+16=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 16 (6.64% from 255 or 3.31% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF710 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF710 is #2308EF. Grayscale: #D5D5D5. Windows color (decimal): -2296048 or 1112028. OLE color: 1112028.
HSL color Cylindrical-coordinate representation of color #DCF710: hue angle of 67.01º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCF710 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 16 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.03 |
| HSL | 67.01º | 0.94% | 0.52% | - |
| HSV(B) | 67.01º | 0.94% | 0.97% | - |
| XYZ | 62.87 | 81.77 | 12.96 | - |
| YUV | 212.59 | 17.05 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 16 | 0.11 | 0 | 0.94 | 0.03 | 67.01 | 0.94 | 0.52 |
| Hex | DC | F7 | 10 | B | 0 | 5E | 3 | 43 | 5E | 34 |
| Octal | 334 | 367 | 20 | 13 | 0 | 136 | 3 | 103 | 136 | 64 |
| Binary | 11011100 | 11110111 | 10000 | 1011 | 0 | 1011110 | 11 | 1000011 | 1011110 | 110100 |
Color Harmonies of #DCF710
Complementary color
Monochromatic Colors of #DCF710
Black with #DCF710
Text Example
Text Example
White with #DCF710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF710; }
p { color: rgb(220,247,16); }
H1.HeaderClassName
{
color: #DCF710;
}
.AnyTagClassName
{
color: #DCF710;
}
</style>
background-color css
<style>
a { background-color: #DCF710; }
a { background-color: rgb(220,247,16); }
div.DivClassName
{
background-color: #DCF710;
}
.BgClassName
{
background-color: #DCF710;
}
</style>
border-color css
<style>
span { border-color: #DCF710; }
span { border-color: rgb(220,247,16); }
td.TdClassName
{
border-color: #DCF710;
}
.TagClassName
{
border-color: #DCF710;
}
</style>