Shades of Chartreuse Yellow #DCF713
Tints of Chartreuse Yellow #DCF713
RGB
CMYK
RGB Variations
Color information
#DCF713 (or 0xDCF713) is known color: Chartreuse Yellow. HEX triplet: DC, F7 and 13. RGB value is (220,247,19). Sum of RGB (Red+Green+Blue) = 220+247+19=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 247 (96.88% from 255 or 50.82% from 486); Blue value is 19 (7.81% from 255 or 3.91% from 486); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF713 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF713 is #2308EC. Grayscale: #D5D5D5. Windows color (decimal): -2296045 or 1308636. OLE color: 1308636.
HSL color Cylindrical-coordinate representation of color #DCF713: hue angle of 67.11º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCF713 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 19 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.03 |
| HSL | 67.11º | 0.93% | 0.52% | - |
| HSV(B) | 67.11º | 0.92% | 0.97% | - |
| XYZ | 62.89 | 81.78 | 13.09 | - |
| YUV | 212.94 | 18.55 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 19 | 0.11 | 0 | 0.92 | 0.03 | 67.11 | 0.93 | 0.52 |
| Hex | DC | F7 | 13 | B | 0 | 5C | 3 | 43 | 5D | 34 |
| Octal | 334 | 367 | 23 | 13 | 0 | 134 | 3 | 103 | 135 | 64 |
| Binary | 11011100 | 11110111 | 10011 | 1011 | 0 | 1011100 | 11 | 1000011 | 1011101 | 110100 |
Color Harmonies of #DCF713
Complementary color
Monochromatic Colors of #DCF713
Black with #DCF713
Text Example
Text Example
White with #DCF713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF713; }
p { color: rgb(220,247,19); }
H1.HeaderClassName
{
color: #DCF713;
}
.AnyTagClassName
{
color: #DCF713;
}
</style>
background-color css
<style>
a { background-color: #DCF713; }
a { background-color: rgb(220,247,19); }
div.DivClassName
{
background-color: #DCF713;
}
.BgClassName
{
background-color: #DCF713;
}
</style>
border-color css
<style>
span { border-color: #DCF713; }
span { border-color: rgb(220,247,19); }
td.TdClassName
{
border-color: #DCF713;
}
.TagClassName
{
border-color: #DCF713;
}
</style>