Shades of Chartreuse Yellow #DCFF0C
Tints of Chartreuse Yellow #DCFF0C
RGB
CMYK
RGB Variations
Color information
#DCFF0C (or 0xDCFF0C) is known color: Chartreuse Yellow. HEX triplet: DC, FF and 0C. RGB value is (220,255,12). Sum of RGB (Red+Green+Blue) = 220+255+12=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 12 (5.08% from 255 or 2.46% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFF0C is #2300F3. Grayscale: #D9D9D9. Windows color (decimal): -2294004 or 851932. OLE color: 851932.
HSL color Cylindrical-coordinate representation of color #DCFF0C: hue angle of 68.64º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCFF0C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 12 | - |
| CMYK | 0.14 | 0 | 0.95 | 0 |
| HSL | 68.64º | 1% | 0.52% | - |
| HSV(B) | 68.64º | 0.95% | 1% | - |
| XYZ | 65.34 | 86.76 | 13.65 | - |
| YUV | 216.83 | 12.4 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 12 | 0.14 | 0 | 0.95 | 0 | 68.64 | 1 | 0.52 |
| Hex | DC | FF | C | E | 0 | 5F | 0 | 45 | 64 | 34 |
| Octal | 334 | 377 | 14 | 16 | 0 | 137 | 0 | 105 | 144 | 64 |
| Binary | 11011100 | 11111111 | 1100 | 1110 | 0 | 1011111 | 0 | 1000101 | 1100100 | 110100 |
Color Harmonies of #DCFF0C
Complementary color
Monochromatic Colors of #DCFF0C
Black with #DCFF0C
Text Example
Text Example
White with #DCFF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF0C; }
p { color: rgb(220,255,12); }
H1.HeaderClassName
{
color: #DCFF0C;
}
.AnyTagClassName
{
color: #DCFF0C;
}
</style>
background-color css
<style>
a { background-color: #DCFF0C; }
a { background-color: rgb(220,255,12); }
div.DivClassName
{
background-color: #DCFF0C;
}
.BgClassName
{
background-color: #DCFF0C;
}
</style>
border-color css
<style>
span { border-color: #DCFF0C; }
span { border-color: rgb(220,255,12); }
td.TdClassName
{
border-color: #DCFF0C;
}
.TagClassName
{
border-color: #DCFF0C;
}
</style>