Shades of Chartreuse Yellow #D5F508
Tints of Chartreuse Yellow #D5F508
RGB
CMYK
RGB Variations
Color information
#D5F508 (or 0xD5F508) is known color: Chartreuse Yellow. HEX triplet: D5, F5 and 08. RGB value is (213,245,8). Sum of RGB (Red+Green+Blue) = 213+245+8=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 245 (96.09% from 255 or 52.58% from 466); Blue value is 8 (3.52% from 255 or 1.72% from 466); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F508 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F508 is #2A0AF7. Grayscale: #D1D1D1. Windows color (decimal): -2755320 or 587221. OLE color: 587221.
HSL color Cylindrical-coordinate representation of color #D5F508: hue angle of 68.1º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5F508 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 245 | 8 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.04 |
| HSL | 68.1º | 0.94% | 0.5% | - |
| HSV(B) | 68.1º | 0.97% | 0.96% | - |
| XYZ | 60.14 | 79.47 | 12.4 | - |
| YUV | 208.41 | 14.9 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 245 | 8 | 0.13 | 0 | 0.97 | 0.04 | 68.1 | 0.94 | 0.5 |
| Hex | D5 | F5 | 8 | D | 0 | 61 | 4 | 44 | 5E | 32 |
| Octal | 325 | 365 | 10 | 15 | 0 | 141 | 4 | 104 | 136 | 62 |
| Binary | 11010101 | 11110101 | 1000 | 1101 | 0 | 1100001 | 100 | 1000100 | 1011110 | 110010 |
Color Harmonies of #D5F508
Complementary color
Monochromatic Colors of #D5F508
Black with #D5F508
Text Example
Text Example
White with #D5F508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F508; }
p { color: rgb(213,245,8); }
H1.HeaderClassName
{
color: #D5F508;
}
.AnyTagClassName
{
color: #D5F508;
}
</style>
background-color css
<style>
a { background-color: #D5F508; }
a { background-color: rgb(213,245,8); }
div.DivClassName
{
background-color: #D5F508;
}
.BgClassName
{
background-color: #D5F508;
}
</style>
border-color css
<style>
span { border-color: #D5F508; }
span { border-color: rgb(213,245,8); }
td.TdClassName
{
border-color: #D5F508;
}
.TagClassName
{
border-color: #D5F508;
}
</style>