Shades of Chartreuse Yellow #DCF115
Tints of Chartreuse Yellow #DCF115
RGB
CMYK
RGB Variations
Color information
#DCF115 (or 0xDCF115) is known color: Chartreuse Yellow. HEX triplet: DC, F1 and 15. RGB value is (220,241,21). Sum of RGB (Red+Green+Blue) = 220+241+21=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 21 (8.59% from 255 or 4.36% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF115 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF115 is #230EEA. Grayscale: #D2D2D2. Windows color (decimal): -2297579 or 1438172. OLE color: 1438172.
HSL color Cylindrical-coordinate representation of color #DCF115: hue angle of 65.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCF115 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 21 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.05 |
| HSL | 65.73º | 0.89% | 0.51% | - |
| HSV(B) | 65.73º | 0.91% | 0.95% | - |
| XYZ | 61.11 | 78.18 | 12.58 | - |
| YUV | 209.64 | 21.54 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 21 | 0.09 | 0 | 0.91 | 0.05 | 65.73 | 0.89 | 0.51 |
| Hex | DC | F1 | 15 | 9 | 0 | 5B | 5 | 42 | 59 | 33 |
| Octal | 334 | 361 | 25 | 11 | 0 | 133 | 5 | 102 | 131 | 63 |
| Binary | 11011100 | 11110001 | 10101 | 1001 | 0 | 1011011 | 101 | 1000010 | 1011001 | 110011 |
Color Harmonies of #DCF115
Complementary color
Monochromatic Colors of #DCF115
Black with #DCF115
Text Example
Text Example
White with #DCF115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF115; }
p { color: rgb(220,241,21); }
H1.HeaderClassName
{
color: #DCF115;
}
.AnyTagClassName
{
color: #DCF115;
}
</style>
background-color css
<style>
a { background-color: #DCF115; }
a { background-color: rgb(220,241,21); }
div.DivClassName
{
background-color: #DCF115;
}
.BgClassName
{
background-color: #DCF115;
}
</style>
border-color css
<style>
span { border-color: #DCF115; }
span { border-color: rgb(220,241,21); }
td.TdClassName
{
border-color: #DCF115;
}
.TagClassName
{
border-color: #DCF115;
}
</style>