Shades of Chartreuse Yellow #D5F114
Tints of Chartreuse Yellow #D5F114
RGB
CMYK
RGB Variations
Color information
#D5F114 (or 0xD5F114) is known color: Chartreuse Yellow. HEX triplet: D5, F1 and 14. RGB value is (213,241,20). Sum of RGB (Red+Green+Blue) = 213+241+20=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 20 (8.20% from 255 or 4.22% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F114 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F114 is #2A0EEB. Grayscale: #D0D0D0. Windows color (decimal): -2756332 or 1372629. OLE color: 1372629.
HSL color Cylindrical-coordinate representation of color #D5F114: hue angle of 67.6º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5F114 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 20 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.05 |
| HSL | 67.6º | 0.89% | 0.51% | - |
| HSV(B) | 67.6º | 0.92% | 0.95% | - |
| XYZ | 59.02 | 77.11 | 12.43 | - |
| YUV | 207.43 | 22.22 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 20 | 0.12 | 0 | 0.92 | 0.05 | 67.6 | 0.89 | 0.51 |
| Hex | D5 | F1 | 14 | C | 0 | 5C | 5 | 44 | 59 | 33 |
| Octal | 325 | 361 | 24 | 14 | 0 | 134 | 5 | 104 | 131 | 63 |
| Binary | 11010101 | 11110001 | 10100 | 1100 | 0 | 1011100 | 101 | 1000100 | 1011001 | 110011 |
Color Harmonies of #D5F114
Complementary color
Monochromatic Colors of #D5F114
Black with #D5F114
Text Example
Text Example
White with #D5F114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F114; }
p { color: rgb(213,241,20); }
H1.HeaderClassName
{
color: #D5F114;
}
.AnyTagClassName
{
color: #D5F114;
}
</style>
background-color css
<style>
a { background-color: #D5F114; }
a { background-color: rgb(213,241,20); }
div.DivClassName
{
background-color: #D5F114;
}
.BgClassName
{
background-color: #D5F114;
}
</style>
border-color css
<style>
span { border-color: #D5F114; }
span { border-color: rgb(213,241,20); }
td.TdClassName
{
border-color: #D5F114;
}
.TagClassName
{
border-color: #D5F114;
}
</style>