Shades of Chartreuse Yellow #DCFB0C
Tints of Chartreuse Yellow #DCFB0C
RGB
CMYK
RGB Variations
Color information
#DCFB0C (or 0xDCFB0C) is known color: Chartreuse Yellow. HEX triplet: DC, FB and 0C. RGB value is (220,251,12). Sum of RGB (Red+Green+Blue) = 220+251+12=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 251 (98.44% from 255 or 51.97% from 483); Blue value is 12 (5.08% from 255 or 2.48% from 483); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFB0C is #2304F3. Grayscale: #D7D7D7. Windows color (decimal): -2295028 or 850908. OLE color: 850908.
HSL color Cylindrical-coordinate representation of color #DCFB0C: hue angle of 67.78º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCFB0C is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 12 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.02 |
| HSL | 67.78º | 0.97% | 0.52% | - |
| HSV(B) | 67.78º | 0.95% | 0.98% | - |
| XYZ | 64.08 | 84.24 | 13.23 | - |
| YUV | 214.49 | 13.73 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 12 | 0.12 | 0 | 0.95 | 0.02 | 67.78 | 0.97 | 0.52 |
| Hex | DC | FB | C | C | 0 | 5F | 2 | 44 | 61 | 34 |
| Octal | 334 | 373 | 14 | 14 | 0 | 137 | 2 | 104 | 141 | 64 |
| Binary | 11011100 | 11111011 | 1100 | 1100 | 0 | 1011111 | 10 | 1000100 | 1100001 | 110100 |
Color Harmonies of #DCFB0C
Complementary color
Monochromatic Colors of #DCFB0C
Black with #DCFB0C
Text Example
Text Example
White with #DCFB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB0C; }
p { color: rgb(220,251,12); }
H1.HeaderClassName
{
color: #DCFB0C;
}
.AnyTagClassName
{
color: #DCFB0C;
}
</style>
background-color css
<style>
a { background-color: #DCFB0C; }
a { background-color: rgb(220,251,12); }
div.DivClassName
{
background-color: #DCFB0C;
}
.BgClassName
{
background-color: #DCFB0C;
}
</style>
border-color css
<style>
span { border-color: #DCFB0C; }
span { border-color: rgb(220,251,12); }
td.TdClassName
{
border-color: #DCFB0C;
}
.TagClassName
{
border-color: #DCFB0C;
}
</style>