Shades of Chartreuse Yellow #D5DF06
Tints of Chartreuse Yellow #D5DF06
RGB
CMYK
RGB Variations
Color information
#D5DF06 (or 0xD5DF06) is known color: Chartreuse Yellow. HEX triplet: D5, DF and 06. RGB value is (213,223,6). Sum of RGB (Red+Green+Blue) = 213+223+6=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 223 (87.5% from 255 or 50.45% from 442); Blue value is 6 (2.73% from 255 or 1.36% from 442); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5DF06 is #2A20F9. Grayscale: #C4C4C4. Windows color (decimal): -2760954 or 450517. OLE color: 450517.
HSL color Cylindrical-coordinate representation of color #D5DF06: hue angle of 62.76º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5DF06 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 6 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.13 |
| HSL | 62.76º | 0.95% | 0.45% | - |
| HSV(B) | 62.76º | 0.97% | 0.87% | - |
| XYZ | 53.86 | 66.93 | 10.25 | - |
| YUV | 195.27 | 21.19 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 6 | 0.04 | 0 | 0.97 | 0.13 | 62.76 | 0.95 | 0.45 |
| Hex | D5 | DF | 6 | 4 | 0 | 61 | D | 3F | 5F | 2D |
| Octal | 325 | 337 | 6 | 4 | 0 | 141 | 15 | 77 | 137 | 55 |
| Binary | 11010101 | 11011111 | 110 | 100 | 0 | 1100001 | 1101 | 111111 | 1011111 | 101101 |
Color Harmonies of #D5DF06
Complementary color
Monochromatic Colors of #D5DF06
Black with #D5DF06
Text Example
Text Example
White with #D5DF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DF06; }
p { color: rgb(213,223,6); }
H1.HeaderClassName
{
color: #D5DF06;
}
.AnyTagClassName
{
color: #D5DF06;
}
</style>
background-color css
<style>
a { background-color: #D5DF06; }
a { background-color: rgb(213,223,6); }
div.DivClassName
{
background-color: #D5DF06;
}
.BgClassName
{
background-color: #D5DF06;
}
</style>
border-color css
<style>
span { border-color: #D5DF06; }
span { border-color: rgb(213,223,6); }
td.TdClassName
{
border-color: #D5DF06;
}
.TagClassName
{
border-color: #D5DF06;
}
</style>