Shades of Chartreuse Yellow #DCF80D
Tints of Chartreuse Yellow #DCF80D
RGB
CMYK
RGB Variations
Color information
#DCF80D (or 0xDCF80D) is known color: Chartreuse Yellow. HEX triplet: DC, F8 and 0D. RGB value is (220,248,13). Sum of RGB (Red+Green+Blue) = 220+248+13=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 248 (97.27% from 255 or 51.56% from 481); Blue value is 13 (5.47% from 255 or 2.70% from 481); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF80D is #2307F2. Grayscale: #D5D5D5. Windows color (decimal): -2295795 or 915676. OLE color: 915676.
HSL color Cylindrical-coordinate representation of color #DCF80D: hue angle of 67.15º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCF80D is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 13 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.03 |
| HSL | 67.15º | 0.94% | 0.51% | - |
| HSV(B) | 67.15º | 0.95% | 0.97% | - |
| XYZ | 63.16 | 82.38 | 12.95 | - |
| YUV | 212.84 | 15.22 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 13 | 0.11 | 0 | 0.95 | 0.03 | 67.15 | 0.94 | 0.51 |
| Hex | DC | F8 | D | B | 0 | 5F | 3 | 43 | 5E | 33 |
| Octal | 334 | 370 | 15 | 13 | 0 | 137 | 3 | 103 | 136 | 63 |
| Binary | 11011100 | 11111000 | 1101 | 1011 | 0 | 1011111 | 11 | 1000011 | 1011110 | 110011 |
Color Harmonies of #DCF80D
Complementary color
Monochromatic Colors of #DCF80D
Black with #DCF80D
Text Example
Text Example
White with #DCF80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF80D; }
p { color: rgb(220,248,13); }
H1.HeaderClassName
{
color: #DCF80D;
}
.AnyTagClassName
{
color: #DCF80D;
}
</style>
background-color css
<style>
a { background-color: #DCF80D; }
a { background-color: rgb(220,248,13); }
div.DivClassName
{
background-color: #DCF80D;
}
.BgClassName
{
background-color: #DCF80D;
}
</style>
border-color css
<style>
span { border-color: #DCF80D; }
span { border-color: rgb(220,248,13); }
td.TdClassName
{
border-color: #DCF80D;
}
.TagClassName
{
border-color: #DCF80D;
}
</style>