Shades of Chartreuse Yellow #DCFF1C
Tints of Chartreuse Yellow #DCFF1C
RGB
CMYK
RGB Variations
Color information
#DCFF1C (or 0xDCFF1C) is known color: Chartreuse Yellow. HEX triplet: DC, FF and 1C. RGB value is (220,255,28). Sum of RGB (Red+Green+Blue) = 220+255+28=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 28 (11.33% from 255 or 5.57% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF1C is #2300E3. Grayscale: #DBDBDB. Windows color (decimal): -2293988 or 1900508. OLE color: 1900508.
HSL color Cylindrical-coordinate representation of color #DCFF1C: hue angle of 69.25º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCFF1C is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 28 | - |
| CMYK | 0.14 | 0 | 0.89 | 0 |
| HSL | 69.25º | 1% | 0.55% | - |
| HSV(B) | 69.25º | 0.89% | 1% | - |
| XYZ | 65.48 | 86.82 | 14.41 | - |
| YUV | 218.66 | 20.4 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 28 | 0.14 | 0 | 0.89 | 0 | 69.25 | 1 | 0.55 |
| Hex | DC | FF | 1C | E | 0 | 59 | 0 | 45 | 64 | 37 |
| Octal | 334 | 377 | 34 | 16 | 0 | 131 | 0 | 105 | 144 | 67 |
| Binary | 11011100 | 11111111 | 11100 | 1110 | 0 | 1011001 | 0 | 1000101 | 1100100 | 110111 |
Color Harmonies of #DCFF1C
Complementary color
Monochromatic Colors of #DCFF1C
Black with #DCFF1C
Text Example
Text Example
White with #DCFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF1C; }
p { color: rgb(220,255,28); }
H1.HeaderClassName
{
color: #DCFF1C;
}
.AnyTagClassName
{
color: #DCFF1C;
}
</style>
background-color css
<style>
a { background-color: #DCFF1C; }
a { background-color: rgb(220,255,28); }
div.DivClassName
{
background-color: #DCFF1C;
}
.BgClassName
{
background-color: #DCFF1C;
}
</style>
border-color css
<style>
span { border-color: #DCFF1C; }
span { border-color: rgb(220,255,28); }
td.TdClassName
{
border-color: #DCFF1C;
}
.TagClassName
{
border-color: #DCFF1C;
}
</style>