Shades of Chartreuse Yellow #D5F008
Tints of Chartreuse Yellow #D5F008
RGB
CMYK
RGB Variations
Color information
#D5F008 (or 0xD5F008) is known color: Chartreuse Yellow. HEX triplet: D5, F0 and 08. RGB value is (213,240,8). Sum of RGB (Red+Green+Blue) = 213+240+8=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 8 (3.52% from 255 or 1.74% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F008 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F008 is #2A0FF7. Grayscale: #CECECE. Windows color (decimal): -2756600 or 585941. OLE color: 585941.
HSL color Cylindrical-coordinate representation of color #D5F008: hue angle of 66.98º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5F008 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 240 | 8 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.06 |
| HSL | 66.98º | 0.94% | 0.49% | - |
| HSV(B) | 66.98º | 0.97% | 0.94% | - |
| XYZ | 58.64 | 76.48 | 11.9 | - |
| YUV | 205.48 | 16.55 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 240 | 8 | 0.11 | 0 | 0.97 | 0.06 | 66.98 | 0.94 | 0.49 |
| Hex | D5 | F0 | 8 | B | 0 | 61 | 6 | 43 | 5E | 31 |
| Octal | 325 | 360 | 10 | 13 | 0 | 141 | 6 | 103 | 136 | 61 |
| Binary | 11010101 | 11110000 | 1000 | 1011 | 0 | 1100001 | 110 | 1000011 | 1011110 | 110001 |
Color Harmonies of #D5F008
Complementary color
Monochromatic Colors of #D5F008
Black with #D5F008
Text Example
Text Example
White with #D5F008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F008; }
p { color: rgb(213,240,8); }
H1.HeaderClassName
{
color: #D5F008;
}
.AnyTagClassName
{
color: #D5F008;
}
</style>
background-color css
<style>
a { background-color: #D5F008; }
a { background-color: rgb(213,240,8); }
div.DivClassName
{
background-color: #D5F008;
}
.BgClassName
{
background-color: #D5F008;
}
</style>
border-color css
<style>
span { border-color: #D5F008; }
span { border-color: rgb(213,240,8); }
td.TdClassName
{
border-color: #D5F008;
}
.TagClassName
{
border-color: #D5F008;
}
</style>