Shades of Chartreuse Yellow #DCF316
Tints of Chartreuse Yellow #DCF316
RGB
CMYK
RGB Variations
Color information
#DCF316 (or 0xDCF316) is known color: Chartreuse Yellow. HEX triplet: DC, F3 and 16. RGB value is (220,243,22). Sum of RGB (Red+Green+Blue) = 220+243+22=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 22 (8.98% from 255 or 4.54% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF316 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF316 is #230CE9. Grayscale: #D3D3D3. Windows color (decimal): -2297066 or 1504220. OLE color: 1504220.
HSL color Cylindrical-coordinate representation of color #DCF316: hue angle of 66.24º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCF316 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 22 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.05 |
| HSL | 66.24º | 0.9% | 0.52% | - |
| HSV(B) | 66.24º | 0.91% | 0.95% | - |
| XYZ | 61.71 | 79.37 | 12.83 | - |
| YUV | 210.93 | 21.38 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 22 | 0.09 | 0 | 0.91 | 0.05 | 66.24 | 0.9 | 0.52 |
| Hex | DC | F3 | 16 | 9 | 0 | 5B | 5 | 42 | 5A | 34 |
| Octal | 334 | 363 | 26 | 11 | 0 | 133 | 5 | 102 | 132 | 64 |
| Binary | 11011100 | 11110011 | 10110 | 1001 | 0 | 1011011 | 101 | 1000010 | 1011010 | 110100 |
Color Harmonies of #DCF316
Complementary color
Monochromatic Colors of #DCF316
Black with #DCF316
Text Example
Text Example
White with #DCF316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF316; }
p { color: rgb(220,243,22); }
H1.HeaderClassName
{
color: #DCF316;
}
.AnyTagClassName
{
color: #DCF316;
}
</style>
background-color css
<style>
a { background-color: #DCF316; }
a { background-color: rgb(220,243,22); }
div.DivClassName
{
background-color: #DCF316;
}
.BgClassName
{
background-color: #DCF316;
}
</style>
border-color css
<style>
span { border-color: #DCF316; }
span { border-color: rgb(220,243,22); }
td.TdClassName
{
border-color: #DCF316;
}
.TagClassName
{
border-color: #DCF316;
}
</style>