Shades of Chartreuse Yellow #DCF21A
Tints of Chartreuse Yellow #DCF21A
RGB
CMYK
RGB Variations
Color information
#DCF21A (or 0xDCF21A) is known color: Chartreuse Yellow. HEX triplet: DC, F2 and 1A. RGB value is (220,242,26). Sum of RGB (Red+Green+Blue) = 220+242+26=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 26 (10.55% from 255 or 5.33% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF21A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF21A is #230DE5. Grayscale: #D3D3D3. Windows color (decimal): -2297318 or 1766108. OLE color: 1766108.
HSL color Cylindrical-coordinate representation of color #DCF21A: hue angle of 66.11º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCF21A is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 26 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.05 |
| HSL | 66.11º | 0.89% | 0.53% | - |
| HSV(B) | 66.11º | 0.89% | 0.95% | - |
| XYZ | 61.45 | 78.79 | 12.95 | - |
| YUV | 210.8 | 23.71 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 26 | 0.09 | 0 | 0.89 | 0.05 | 66.11 | 0.89 | 0.53 |
| Hex | DC | F2 | 1A | 9 | 0 | 59 | 5 | 42 | 59 | 35 |
| Octal | 334 | 362 | 32 | 11 | 0 | 131 | 5 | 102 | 131 | 65 |
| Binary | 11011100 | 11110010 | 11010 | 1001 | 0 | 1011001 | 101 | 1000010 | 1011001 | 110101 |
Color Harmonies of #DCF21A
Complementary color
Monochromatic Colors of #DCF21A
Black with #DCF21A
Text Example
Text Example
White with #DCF21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF21A; }
p { color: rgb(220,242,26); }
H1.HeaderClassName
{
color: #DCF21A;
}
.AnyTagClassName
{
color: #DCF21A;
}
</style>
background-color css
<style>
a { background-color: #DCF21A; }
a { background-color: rgb(220,242,26); }
div.DivClassName
{
background-color: #DCF21A;
}
.BgClassName
{
background-color: #DCF21A;
}
</style>
border-color css
<style>
span { border-color: #DCF21A; }
span { border-color: rgb(220,242,26); }
td.TdClassName
{
border-color: #DCF21A;
}
.TagClassName
{
border-color: #DCF21A;
}
</style>