Shades of Chartreuse Yellow #DCF00A
Tints of Chartreuse Yellow #DCF00A
RGB
CMYK
RGB Variations
Color information
#DCF00A (or 0xDCF00A) is known color: Chartreuse Yellow. HEX triplet: DC, F0 and 0A. RGB value is (220,240,10). Sum of RGB (Red+Green+Blue) = 220+240+10=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 10 (4.30% from 255 or 2.13% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF00A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF00A is #230FF5. Grayscale: #D0D0D0. Windows color (decimal): -2297846 or 717020. OLE color: 717020.
HSL color Cylindrical-coordinate representation of color #DCF00A: hue angle of 65.22º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCF00A is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 10 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.06 |
| HSL | 65.22º | 0.92% | 0.49% | - |
| HSV(B) | 65.22º | 0.96% | 0.94% | - |
| XYZ | 60.73 | 77.56 | 12.06 | - |
| YUV | 207.8 | 16.37 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 10 | 0.08 | 0 | 0.96 | 0.06 | 65.22 | 0.92 | 0.49 |
| Hex | DC | F0 | A | 8 | 0 | 60 | 6 | 41 | 5C | 31 |
| Octal | 334 | 360 | 12 | 10 | 0 | 140 | 6 | 101 | 134 | 61 |
| Binary | 11011100 | 11110000 | 1010 | 1000 | 0 | 1100000 | 110 | 1000001 | 1011100 | 110001 |
Color Harmonies of #DCF00A
Complementary color
Monochromatic Colors of #DCF00A
Black with #DCF00A
Text Example
Text Example
White with #DCF00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF00A; }
p { color: rgb(220,240,10); }
H1.HeaderClassName
{
color: #DCF00A;
}
.AnyTagClassName
{
color: #DCF00A;
}
</style>
background-color css
<style>
a { background-color: #DCF00A; }
a { background-color: rgb(220,240,10); }
div.DivClassName
{
background-color: #DCF00A;
}
.BgClassName
{
background-color: #DCF00A;
}
</style>
border-color css
<style>
span { border-color: #DCF00A; }
span { border-color: rgb(220,240,10); }
td.TdClassName
{
border-color: #DCF00A;
}
.TagClassName
{
border-color: #DCF00A;
}
</style>