Shades of Chartreuse Yellow #DCF81A
Tints of Chartreuse Yellow #DCF81A
RGB
CMYK
RGB Variations
Color information
#DCF81A (or 0xDCF81A) is known color: Chartreuse Yellow. HEX triplet: DC, F8 and 1A. RGB value is (220,248,26). Sum of RGB (Red+Green+Blue) = 220+248+26=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 248 (97.27% from 255 or 50.20% from 494); Blue value is 26 (10.55% from 255 or 5.26% from 494); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF81A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF81A is #2307E5. Grayscale: #D7D7D7. Windows color (decimal): -2295782 or 1767644. OLE color: 1767644.
HSL color Cylindrical-coordinate representation of color #DCF81A: hue angle of 67.57º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCF81A is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 26 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.03 |
| HSL | 67.57º | 0.94% | 0.54% | - |
| HSV(B) | 67.57º | 0.9% | 0.97% | - |
| XYZ | 63.27 | 82.43 | 13.55 | - |
| YUV | 214.32 | 21.72 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 26 | 0.11 | 0 | 0.90 | 0.03 | 67.57 | 0.94 | 0.54 |
| Hex | DC | F8 | 1A | B | 0 | 5A | 3 | 44 | 5E | 36 |
| Octal | 334 | 370 | 32 | 13 | 0 | 132 | 3 | 104 | 136 | 66 |
| Binary | 11011100 | 11111000 | 11010 | 1011 | 0 | 1011010 | 11 | 1000100 | 1011110 | 110110 |
Color Harmonies of #DCF81A
Complementary color
Monochromatic Colors of #DCF81A
Black with #DCF81A
Text Example
Text Example
White with #DCF81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF81A; }
p { color: rgb(220,248,26); }
H1.HeaderClassName
{
color: #DCF81A;
}
.AnyTagClassName
{
color: #DCF81A;
}
</style>
background-color css
<style>
a { background-color: #DCF81A; }
a { background-color: rgb(220,248,26); }
div.DivClassName
{
background-color: #DCF81A;
}
.BgClassName
{
background-color: #DCF81A;
}
</style>
border-color css
<style>
span { border-color: #DCF81A; }
span { border-color: rgb(220,248,26); }
td.TdClassName
{
border-color: #DCF81A;
}
.TagClassName
{
border-color: #DCF81A;
}
</style>