Shades of Chartreuse Yellow #DCF90E
Tints of Chartreuse Yellow #DCF90E
RGB
CMYK
RGB Variations
Color information
#DCF90E (or 0xDCF90E) is known color: Chartreuse Yellow. HEX triplet: DC, F9 and 0E. RGB value is (220,249,14). Sum of RGB (Red+Green+Blue) = 220+249+14=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 249 (97.66% from 255 or 51.55% from 483); Blue value is 14 (5.86% from 255 or 2.90% from 483); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF90E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF90E is #2306F1. Grayscale: #D6D6D6. Windows color (decimal): -2295538 or 981468. OLE color: 981468.
HSL color Cylindrical-coordinate representation of color #DCF90E: hue angle of 67.4º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCF90E is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 14 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.02 |
| HSL | 67.4º | 0.95% | 0.52% | - |
| HSV(B) | 67.4º | 0.94% | 0.98% | - |
| XYZ | 63.47 | 83 | 13.09 | - |
| YUV | 213.54 | 15.39 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 14 | 0.12 | 0 | 0.94 | 0.02 | 67.4 | 0.95 | 0.52 |
| Hex | DC | F9 | E | C | 0 | 5E | 2 | 43 | 5F | 34 |
| Octal | 334 | 371 | 16 | 14 | 0 | 136 | 2 | 103 | 137 | 64 |
| Binary | 11011100 | 11111001 | 1110 | 1100 | 0 | 1011110 | 10 | 1000011 | 1011111 | 110100 |
Color Harmonies of #DCF90E
Complementary color
Monochromatic Colors of #DCF90E
Black with #DCF90E
Text Example
Text Example
White with #DCF90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF90E; }
p { color: rgb(220,249,14); }
H1.HeaderClassName
{
color: #DCF90E;
}
.AnyTagClassName
{
color: #DCF90E;
}
</style>
background-color css
<style>
a { background-color: #DCF90E; }
a { background-color: rgb(220,249,14); }
div.DivClassName
{
background-color: #DCF90E;
}
.BgClassName
{
background-color: #DCF90E;
}
</style>
border-color css
<style>
span { border-color: #DCF90E; }
span { border-color: rgb(220,249,14); }
td.TdClassName
{
border-color: #DCF90E;
}
.TagClassName
{
border-color: #DCF90E;
}
</style>