Shades of Chartreuse Yellow #D5F014
Tints of Chartreuse Yellow #D5F014
RGB
CMYK
RGB Variations
Color information
#D5F014 (or 0xD5F014) is known color: Chartreuse Yellow. HEX triplet: D5, F0 and 14. RGB value is (213,240,20). Sum of RGB (Red+Green+Blue) = 213+240+20=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F014 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F014 is #2A0FEB. Grayscale: #CFCFCF. Windows color (decimal): -2756588 or 1372373. OLE color: 1372373.
HSL color Cylindrical-coordinate representation of color #D5F014: hue angle of 67.36º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5F014 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 240 | 20 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.06 |
| HSL | 67.36º | 0.88% | 0.51% | - |
| HSV(B) | 67.36º | 0.92% | 0.94% | - |
| XYZ | 58.73 | 76.52 | 12.34 | - |
| YUV | 206.85 | 22.55 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 240 | 20 | 0.11 | 0 | 0.92 | 0.06 | 67.36 | 0.88 | 0.51 |
| Hex | D5 | F0 | 14 | B | 0 | 5C | 6 | 43 | 58 | 33 |
| Octal | 325 | 360 | 24 | 13 | 0 | 134 | 6 | 103 | 130 | 63 |
| Binary | 11010101 | 11110000 | 10100 | 1011 | 0 | 1011100 | 110 | 1000011 | 1011000 | 110011 |
Color Harmonies of #D5F014
Complementary color
Monochromatic Colors of #D5F014
Black with #D5F014
Text Example
Text Example
White with #D5F014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F014; }
p { color: rgb(213,240,20); }
H1.HeaderClassName
{
color: #D5F014;
}
.AnyTagClassName
{
color: #D5F014;
}
</style>
background-color css
<style>
a { background-color: #D5F014; }
a { background-color: rgb(213,240,20); }
div.DivClassName
{
background-color: #D5F014;
}
.BgClassName
{
background-color: #D5F014;
}
</style>
border-color css
<style>
span { border-color: #D5F014; }
span { border-color: rgb(213,240,20); }
td.TdClassName
{
border-color: #D5F014;
}
.TagClassName
{
border-color: #D5F014;
}
</style>