Shades of Chartreuse Yellow #DCF81C
Tints of Chartreuse Yellow #DCF81C
RGB
CMYK
RGB Variations
Color information
#DCF81C (or 0xDCF81C) is known color: Chartreuse Yellow. HEX triplet: DC, F8 and 1C. RGB value is (220,248,28). Sum of RGB (Red+Green+Blue) = 220+248+28=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 248 (97.27% from 255 or 50% from 496); Blue value is 28 (11.33% from 255 or 5.65% from 496); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF81C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF81C is #2307E3. Grayscale: #D7D7D7. Windows color (decimal): -2295780 or 1898716. OLE color: 1898716.
HSL color Cylindrical-coordinate representation of color #DCF81C: hue angle of 67.64º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCF81C is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 28 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.03 |
| HSL | 67.64º | 0.94% | 0.54% | - |
| HSV(B) | 67.64º | 0.89% | 0.97% | - |
| XYZ | 63.29 | 82.43 | 13.67 | - |
| YUV | 214.55 | 22.72 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 28 | 0.11 | 0 | 0.89 | 0.03 | 67.64 | 0.94 | 0.54 |
| Hex | DC | F8 | 1C | B | 0 | 59 | 3 | 44 | 5E | 36 |
| Octal | 334 | 370 | 34 | 13 | 0 | 131 | 3 | 104 | 136 | 66 |
| Binary | 11011100 | 11111000 | 11100 | 1011 | 0 | 1011001 | 11 | 1000100 | 1011110 | 110110 |
Color Harmonies of #DCF81C
Complementary color
Monochromatic Colors of #DCF81C
Black with #DCF81C
Text Example
Text Example
White with #DCF81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF81C; }
p { color: rgb(220,248,28); }
H1.HeaderClassName
{
color: #DCF81C;
}
.AnyTagClassName
{
color: #DCF81C;
}
</style>
background-color css
<style>
a { background-color: #DCF81C; }
a { background-color: rgb(220,248,28); }
div.DivClassName
{
background-color: #DCF81C;
}
.BgClassName
{
background-color: #DCF81C;
}
</style>
border-color css
<style>
span { border-color: #DCF81C; }
span { border-color: rgb(220,248,28); }
td.TdClassName
{
border-color: #DCF81C;
}
.TagClassName
{
border-color: #DCF81C;
}
</style>