Shades of Chartreuse Yellow #DCFF1A
Tints of Chartreuse Yellow #DCFF1A
RGB
CMYK
RGB Variations
Color information
#DCFF1A (or 0xDCFF1A) is known color: Chartreuse Yellow. HEX triplet: DC, FF and 1A. RGB value is (220,255,26). Sum of RGB (Red+Green+Blue) = 220+255+26=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 26 (10.55% from 255 or 5.19% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF1A is #2300E5. Grayscale: #DBDBDB. Windows color (decimal): -2293990 or 1769436. OLE color: 1769436.
HSL color Cylindrical-coordinate representation of color #DCFF1A: hue angle of 69.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCFF1A is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 26 | - |
| CMYK | 0.14 | 0 | 0.90 | 0 |
| HSL | 69.17º | 1% | 0.55% | - |
| HSV(B) | 69.17º | 0.9% | 1% | - |
| XYZ | 65.46 | 86.81 | 14.28 | - |
| YUV | 218.43 | 19.4 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 26 | 0.14 | 0 | 0.90 | 0 | 69.17 | 1 | 0.55 |
| Hex | DC | FF | 1A | E | 0 | 5A | 0 | 45 | 64 | 37 |
| Octal | 334 | 377 | 32 | 16 | 0 | 132 | 0 | 105 | 144 | 67 |
| Binary | 11011100 | 11111111 | 11010 | 1110 | 0 | 1011010 | 0 | 1000101 | 1100100 | 110111 |
Color Harmonies of #DCFF1A
Complementary color
Monochromatic Colors of #DCFF1A
Black with #DCFF1A
Text Example
Text Example
White with #DCFF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF1A; }
p { color: rgb(220,255,26); }
H1.HeaderClassName
{
color: #DCFF1A;
}
.AnyTagClassName
{
color: #DCFF1A;
}
</style>
background-color css
<style>
a { background-color: #DCFF1A; }
a { background-color: rgb(220,255,26); }
div.DivClassName
{
background-color: #DCFF1A;
}
.BgClassName
{
background-color: #DCFF1A;
}
</style>
border-color css
<style>
span { border-color: #DCFF1A; }
span { border-color: rgb(220,255,26); }
td.TdClassName
{
border-color: #DCFF1A;
}
.TagClassName
{
border-color: #DCFF1A;
}
</style>