Shades of Chartreuse Yellow #DCF71C
Tints of Chartreuse Yellow #DCF71C
RGB
CMYK
RGB Variations
Color information
#DCF71C (or 0xDCF71C) is known color: Chartreuse Yellow. HEX triplet: DC, F7 and 1C. RGB value is (220,247,28). Sum of RGB (Red+Green+Blue) = 220+247+28=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 28 (11.33% from 255 or 5.66% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF71C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF71C is #2308E3. Grayscale: #D6D6D6. Windows color (decimal): -2296036 or 1898460. OLE color: 1898460.
HSL color Cylindrical-coordinate representation of color #DCF71C: hue angle of 67.4º degrees, saturation: 0.93, 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 #DCF71C is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 28 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.03 |
| HSL | 67.4º | 0.93% | 0.54% | - |
| HSV(B) | 67.4º | 0.89% | 0.97% | - |
| XYZ | 62.99 | 81.82 | 13.57 | - |
| YUV | 213.96 | 23.05 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 28 | 0.11 | 0 | 0.89 | 0.03 | 67.4 | 0.93 | 0.54 |
| Hex | DC | F7 | 1C | B | 0 | 59 | 3 | 43 | 5D | 36 |
| Octal | 334 | 367 | 34 | 13 | 0 | 131 | 3 | 103 | 135 | 66 |
| Binary | 11011100 | 11110111 | 11100 | 1011 | 0 | 1011001 | 11 | 1000011 | 1011101 | 110110 |
Color Harmonies of #DCF71C
Complementary color
Monochromatic Colors of #DCF71C
Black with #DCF71C
Text Example
Text Example
White with #DCF71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF71C; }
p { color: rgb(220,247,28); }
H1.HeaderClassName
{
color: #DCF71C;
}
.AnyTagClassName
{
color: #DCF71C;
}
</style>
background-color css
<style>
a { background-color: #DCF71C; }
a { background-color: rgb(220,247,28); }
div.DivClassName
{
background-color: #DCF71C;
}
.BgClassName
{
background-color: #DCF71C;
}
</style>
border-color css
<style>
span { border-color: #DCF71C; }
span { border-color: rgb(220,247,28); }
td.TdClassName
{
border-color: #DCF71C;
}
.TagClassName
{
border-color: #DCF71C;
}
</style>