Shades of Chartreuse Yellow #D5F408
Tints of Chartreuse Yellow #D5F408
RGB
CMYK
RGB Variations
Color information
#D5F408 (or 0xD5F408) is known color: Chartreuse Yellow. HEX triplet: D5, F4 and 08. RGB value is (213,244,8). Sum of RGB (Red+Green+Blue) = 213+244+8=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 244 (95.70% from 255 or 52.47% from 465); Blue value is 8 (3.52% from 255 or 1.72% from 465); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F408 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F408 is #2A0BF7. Grayscale: #D0D0D0. Windows color (decimal): -2755576 or 586965. OLE color: 586965.
HSL color Cylindrical-coordinate representation of color #D5F408: hue angle of 67.88º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5F408 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 244 | 8 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.04 |
| HSL | 67.88º | 0.94% | 0.49% | - |
| HSV(B) | 67.88º | 0.97% | 0.96% | - |
| XYZ | 59.84 | 78.87 | 12.3 | - |
| YUV | 207.83 | 15.23 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 244 | 8 | 0.13 | 0 | 0.97 | 0.04 | 67.88 | 0.94 | 0.49 |
| Hex | D5 | F4 | 8 | D | 0 | 61 | 4 | 44 | 5E | 31 |
| Octal | 325 | 364 | 10 | 15 | 0 | 141 | 4 | 104 | 136 | 61 |
| Binary | 11010101 | 11110100 | 1000 | 1101 | 0 | 1100001 | 100 | 1000100 | 1011110 | 110001 |
Color Harmonies of #D5F408
Complementary color
Monochromatic Colors of #D5F408
Black with #D5F408
Text Example
Text Example
White with #D5F408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F408; }
p { color: rgb(213,244,8); }
H1.HeaderClassName
{
color: #D5F408;
}
.AnyTagClassName
{
color: #D5F408;
}
</style>
background-color css
<style>
a { background-color: #D5F408; }
a { background-color: rgb(213,244,8); }
div.DivClassName
{
background-color: #D5F408;
}
.BgClassName
{
background-color: #D5F408;
}
</style>
border-color css
<style>
span { border-color: #D5F408; }
span { border-color: rgb(213,244,8); }
td.TdClassName
{
border-color: #D5F408;
}
.TagClassName
{
border-color: #D5F408;
}
</style>