Shades of Chartreuse Yellow #DCF705
Tints of Chartreuse Yellow #DCF705
RGB
CMYK
RGB Variations
Color information
#DCF705 (or 0xDCF705) is known color: Chartreuse Yellow. HEX triplet: DC, F7 and 05. RGB value is (220,247,5). Sum of RGB (Red+Green+Blue) = 220+247+5=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 247 (96.88% from 255 or 52.33% from 472); Blue value is 5 (2.34% from 255 or 1.06% from 472); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF705 is #2308FA. Grayscale: #D4D4D4. Windows color (decimal): -2296059 or 391132. OLE color: 391132.
HSL color Cylindrical-coordinate representation of color #DCF705: hue angle of 66.69º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCF705 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 5 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.03 |
| HSL | 66.69º | 0.96% | 0.49% | - |
| HSV(B) | 66.69º | 0.98% | 0.97% | - |
| XYZ | 62.8 | 81.75 | 12.61 | - |
| YUV | 211.34 | 11.55 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 5 | 0.11 | 0 | 0.98 | 0.03 | 66.69 | 0.96 | 0.49 |
| Hex | DC | F7 | 5 | B | 0 | 62 | 3 | 43 | 60 | 31 |
| Octal | 334 | 367 | 5 | 13 | 0 | 142 | 3 | 103 | 140 | 61 |
| Binary | 11011100 | 11110111 | 101 | 1011 | 0 | 1100010 | 11 | 1000011 | 1100000 | 110001 |
Color Harmonies of #DCF705
Complementary color
Monochromatic Colors of #DCF705
Black with #DCF705
Text Example
Text Example
White with #DCF705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF705; }
p { color: rgb(220,247,5); }
H1.HeaderClassName
{
color: #DCF705;
}
.AnyTagClassName
{
color: #DCF705;
}
</style>
background-color css
<style>
a { background-color: #DCF705; }
a { background-color: rgb(220,247,5); }
div.DivClassName
{
background-color: #DCF705;
}
.BgClassName
{
background-color: #DCF705;
}
</style>
border-color css
<style>
span { border-color: #DCF705; }
span { border-color: rgb(220,247,5); }
td.TdClassName
{
border-color: #DCF705;
}
.TagClassName
{
border-color: #DCF705;
}
</style>