Shades of Chartreuse Yellow #D5EF13
Tints of Chartreuse Yellow #D5EF13
RGB
CMYK
RGB Variations
Color information
#D5EF13 (or 0xD5EF13) is known color: Chartreuse Yellow. HEX triplet: D5, EF and 13. RGB value is (213,239,19). Sum of RGB (Red+Green+Blue) = 213+239+19=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 19 (7.81% from 255 or 4.03% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5EF13 is #2A10EC. Grayscale: #CFCFCF. Windows color (decimal): -2756845 or 1306581. OLE color: 1306581.
HSL color Cylindrical-coordinate representation of color #D5EF13: hue angle of 67.09º degrees, saturation: 0.87, 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 #D5EF13 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 19 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.06 |
| HSL | 67.09º | 0.87% | 0.51% | - |
| HSV(B) | 67.09º | 0.92% | 0.94% | - |
| XYZ | 58.42 | 75.93 | 12.19 | - |
| YUV | 206.15 | 22.39 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 19 | 0.11 | 0 | 0.92 | 0.06 | 67.09 | 0.87 | 0.51 |
| Hex | D5 | EF | 13 | B | 0 | 5C | 6 | 43 | 57 | 33 |
| Octal | 325 | 357 | 23 | 13 | 0 | 134 | 6 | 103 | 127 | 63 |
| Binary | 11010101 | 11101111 | 10011 | 1011 | 0 | 1011100 | 110 | 1000011 | 1010111 | 110011 |
Color Harmonies of #D5EF13
Complementary color
Monochromatic Colors of #D5EF13
Black with #D5EF13
Text Example
Text Example
White with #D5EF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EF13; }
p { color: rgb(213,239,19); }
H1.HeaderClassName
{
color: #D5EF13;
}
.AnyTagClassName
{
color: #D5EF13;
}
</style>
background-color css
<style>
a { background-color: #D5EF13; }
a { background-color: rgb(213,239,19); }
div.DivClassName
{
background-color: #D5EF13;
}
.BgClassName
{
background-color: #D5EF13;
}
</style>
border-color css
<style>
span { border-color: #D5EF13; }
span { border-color: rgb(213,239,19); }
td.TdClassName
{
border-color: #D5EF13;
}
.TagClassName
{
border-color: #D5EF13;
}
</style>