Shades of Chartreuse Yellow #DCF00C
Tints of Chartreuse Yellow #DCF00C
RGB
CMYK
RGB Variations
Color information
#DCF00C (or 0xDCF00C) is known color: Chartreuse Yellow. HEX triplet: DC, F0 and 0C. RGB value is (220,240,12). Sum of RGB (Red+Green+Blue) = 220+240+12=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 12 (5.08% from 255 or 2.54% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF00C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF00C is #230FF3. Grayscale: #D0D0D0. Windows color (decimal): -2297844 or 848092. OLE color: 848092.
HSL color Cylindrical-coordinate representation of color #DCF00C: hue angle of 65.26º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCF00C is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 12 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.06 |
| HSL | 65.26º | 0.9% | 0.49% | - |
| HSV(B) | 65.26º | 0.95% | 0.94% | - |
| XYZ | 60.74 | 77.56 | 12.12 | - |
| YUV | 208.03 | 17.37 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 12 | 0.08 | 0 | 0.95 | 0.06 | 65.26 | 0.9 | 0.49 |
| Hex | DC | F0 | C | 8 | 0 | 5F | 6 | 41 | 5A | 31 |
| Octal | 334 | 360 | 14 | 10 | 0 | 137 | 6 | 101 | 132 | 61 |
| Binary | 11011100 | 11110000 | 1100 | 1000 | 0 | 1011111 | 110 | 1000001 | 1011010 | 110001 |
Color Harmonies of #DCF00C
Complementary color
Monochromatic Colors of #DCF00C
Black with #DCF00C
Text Example
Text Example
White with #DCF00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF00C; }
p { color: rgb(220,240,12); }
H1.HeaderClassName
{
color: #DCF00C;
}
.AnyTagClassName
{
color: #DCF00C;
}
</style>
background-color css
<style>
a { background-color: #DCF00C; }
a { background-color: rgb(220,240,12); }
div.DivClassName
{
background-color: #DCF00C;
}
.BgClassName
{
background-color: #DCF00C;
}
</style>
border-color css
<style>
span { border-color: #DCF00C; }
span { border-color: rgb(220,240,12); }
td.TdClassName
{
border-color: #DCF00C;
}
.TagClassName
{
border-color: #DCF00C;
}
</style>