Shades of Chartreuse Yellow #DCF511
Tints of Chartreuse Yellow #DCF511
RGB
CMYK
RGB Variations
Color information
#DCF511 (or 0xDCF511) is known color: Chartreuse Yellow. HEX triplet: DC, F5 and 11. RGB value is (220,245,17). Sum of RGB (Red+Green+Blue) = 220+245+17=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 245 (96.09% from 255 or 50.83% from 482); Blue value is 17 (7.03% from 255 or 3.53% from 482); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF511 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF511 is #230AEE. Grayscale: #D4D4D4. Windows color (decimal): -2296559 or 1177052. OLE color: 1177052.
HSL color Cylindrical-coordinate representation of color #DCF511: hue angle of 66.58º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCF511 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 17 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.04 |
| HSL | 66.58º | 0.92% | 0.51% | - |
| HSV(B) | 66.58º | 0.93% | 0.96% | - |
| XYZ | 62.27 | 80.56 | 12.8 | - |
| YUV | 211.53 | 18.22 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 17 | 0.10 | 0 | 0.93 | 0.04 | 66.58 | 0.92 | 0.51 |
| Hex | DC | F5 | 11 | A | 0 | 5D | 4 | 43 | 5C | 33 |
| Octal | 334 | 365 | 21 | 12 | 0 | 135 | 4 | 103 | 134 | 63 |
| Binary | 11011100 | 11110101 | 10001 | 1010 | 0 | 1011101 | 100 | 1000011 | 1011100 | 110011 |
Color Harmonies of #DCF511
Complementary color
Monochromatic Colors of #DCF511
Black with #DCF511
Text Example
Text Example
White with #DCF511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF511; }
p { color: rgb(220,245,17); }
H1.HeaderClassName
{
color: #DCF511;
}
.AnyTagClassName
{
color: #DCF511;
}
</style>
background-color css
<style>
a { background-color: #DCF511; }
a { background-color: rgb(220,245,17); }
div.DivClassName
{
background-color: #DCF511;
}
.BgClassName
{
background-color: #DCF511;
}
</style>
border-color css
<style>
span { border-color: #DCF511; }
span { border-color: rgb(220,245,17); }
td.TdClassName
{
border-color: #DCF511;
}
.TagClassName
{
border-color: #DCF511;
}
</style>