Shades of Chartreuse Yellow #DCF514
Tints of Chartreuse Yellow #DCF514
RGB
CMYK
RGB Variations
Color information
#DCF514 (or 0xDCF514) is known color: Chartreuse Yellow. HEX triplet: DC, F5 and 14. RGB value is (220,245,20). Sum of RGB (Red+Green+Blue) = 220+245+20=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 20 (8.20% from 255 or 4.12% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF514 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF514 is #230AEB. Grayscale: #D4D4D4. Windows color (decimal): -2296556 or 1373660. OLE color: 1373660.
HSL color Cylindrical-coordinate representation of color #DCF514: hue angle of 66.67º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCF514 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 20 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.04 |
| HSL | 66.67º | 0.92% | 0.52% | - |
| HSV(B) | 66.67º | 0.92% | 0.96% | - |
| XYZ | 62.29 | 80.57 | 12.93 | - |
| YUV | 211.88 | 19.72 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 20 | 0.10 | 0 | 0.92 | 0.04 | 66.67 | 0.92 | 0.52 |
| Hex | DC | F5 | 14 | A | 0 | 5C | 4 | 43 | 5C | 34 |
| Octal | 334 | 365 | 24 | 12 | 0 | 134 | 4 | 103 | 134 | 64 |
| Binary | 11011100 | 11110101 | 10100 | 1010 | 0 | 1011100 | 100 | 1000011 | 1011100 | 110100 |
Color Harmonies of #DCF514
Complementary color
Monochromatic Colors of #DCF514
Black with #DCF514
Text Example
Text Example
White with #DCF514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF514; }
p { color: rgb(220,245,20); }
H1.HeaderClassName
{
color: #DCF514;
}
.AnyTagClassName
{
color: #DCF514;
}
</style>
background-color css
<style>
a { background-color: #DCF514; }
a { background-color: rgb(220,245,20); }
div.DivClassName
{
background-color: #DCF514;
}
.BgClassName
{
background-color: #DCF514;
}
</style>
border-color css
<style>
span { border-color: #DCF514; }
span { border-color: rgb(220,245,20); }
td.TdClassName
{
border-color: #DCF514;
}
.TagClassName
{
border-color: #DCF514;
}
</style>