Shades of Chartreuse Yellow #DCF30A
Tints of Chartreuse Yellow #DCF30A
RGB
CMYK
RGB Variations
Color information
#DCF30A (or 0xDCF30A) is known color: Chartreuse Yellow. HEX triplet: DC, F3 and 0A. RGB value is (220,243,10). Sum of RGB (Red+Green+Blue) = 220+243+10=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 243 (95.31% from 255 or 51.37% from 473); Blue value is 10 (4.30% from 255 or 2.11% from 473); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF30A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF30A is #230CF5. Grayscale: #D2D2D2. Windows color (decimal): -2297078 or 717788. OLE color: 717788.
HSL color Cylindrical-coordinate representation of color #DCF30A: hue angle of 65.92º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCF30A is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 10 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.05 |
| HSL | 65.92º | 0.92% | 0.5% | - |
| HSV(B) | 65.92º | 0.96% | 0.95% | - |
| XYZ | 61.62 | 79.34 | 12.35 | - |
| YUV | 209.56 | 15.38 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 10 | 0.09 | 0 | 0.96 | 0.05 | 65.92 | 0.92 | 0.5 |
| Hex | DC | F3 | A | 9 | 0 | 60 | 5 | 42 | 5C | 32 |
| Octal | 334 | 363 | 12 | 11 | 0 | 140 | 5 | 102 | 134 | 62 |
| Binary | 11011100 | 11110011 | 1010 | 1001 | 0 | 1100000 | 101 | 1000010 | 1011100 | 110010 |
Color Harmonies of #DCF30A
Complementary color
Monochromatic Colors of #DCF30A
Black with #DCF30A
Text Example
Text Example
White with #DCF30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF30A; }
p { color: rgb(220,243,10); }
H1.HeaderClassName
{
color: #DCF30A;
}
.AnyTagClassName
{
color: #DCF30A;
}
</style>
background-color css
<style>
a { background-color: #DCF30A; }
a { background-color: rgb(220,243,10); }
div.DivClassName
{
background-color: #DCF30A;
}
.BgClassName
{
background-color: #DCF30A;
}
</style>
border-color css
<style>
span { border-color: #DCF30A; }
span { border-color: rgb(220,243,10); }
td.TdClassName
{
border-color: #DCF30A;
}
.TagClassName
{
border-color: #DCF30A;
}
</style>