Shades of Chartreuse Yellow #DCF50A
Tints of Chartreuse Yellow #DCF50A
RGB
CMYK
RGB Variations
Color information
#DCF50A (or 0xDCF50A) is known color: Chartreuse Yellow. HEX triplet: DC, F5 and 0A. RGB value is (220,245,10). Sum of RGB (Red+Green+Blue) = 220+245+10=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 245 (96.09% from 255 or 51.58% from 475); Blue value is 10 (4.30% from 255 or 2.11% from 475); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF50A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF50A is #230AF5. Grayscale: #D3D3D3. Windows color (decimal): -2296566 or 718300. OLE color: 718300.
HSL color Cylindrical-coordinate representation of color #DCF50A: hue angle of 66.38º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCF50A is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 10 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.04 |
| HSL | 66.38º | 0.92% | 0.5% | - |
| HSV(B) | 66.38º | 0.96% | 0.96% | - |
| XYZ | 62.22 | 80.54 | 12.55 | - |
| YUV | 210.74 | 14.72 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 10 | 0.10 | 0 | 0.96 | 0.04 | 66.38 | 0.92 | 0.5 |
| Hex | DC | F5 | A | A | 0 | 60 | 4 | 42 | 5C | 32 |
| Octal | 334 | 365 | 12 | 12 | 0 | 140 | 4 | 102 | 134 | 62 |
| Binary | 11011100 | 11110101 | 1010 | 1010 | 0 | 1100000 | 100 | 1000010 | 1011100 | 110010 |
Color Harmonies of #DCF50A
Complementary color
Monochromatic Colors of #DCF50A
Black with #DCF50A
Text Example
Text Example
White with #DCF50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF50A; }
p { color: rgb(220,245,10); }
H1.HeaderClassName
{
color: #DCF50A;
}
.AnyTagClassName
{
color: #DCF50A;
}
</style>
background-color css
<style>
a { background-color: #DCF50A; }
a { background-color: rgb(220,245,10); }
div.DivClassName
{
background-color: #DCF50A;
}
.BgClassName
{
background-color: #DCF50A;
}
</style>
border-color css
<style>
span { border-color: #DCF50A; }
span { border-color: rgb(220,245,10); }
td.TdClassName
{
border-color: #DCF50A;
}
.TagClassName
{
border-color: #DCF50A;
}
</style>