Shades of Chartreuse Yellow #D5E100
Tints of Chartreuse Yellow #D5E100
RGB
CMYK
RGB Variations
Color information
#D5E100 (or 0xD5E100) is known color: Chartreuse Yellow. HEX triplet: D5, E1 and 00. RGB value is (213,225,0). Sum of RGB (Red+Green+Blue) = 213+225+0=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5E100 is #2A1EFF. Grayscale: #C4C4C4. Windows color (decimal): -2760448 or 57813. OLE color: 57813.
HSL color Cylindrical-coordinate representation of color #D5E100: hue angle of 63.2º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5E100 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.12 |
| HSL | 63.2º | 1% | 0.44% | - |
| HSV(B) | 63.2º | 1% | 0.88% | - |
| XYZ | 54.37 | 68 | 10.26 | - |
| YUV | 195.76 | 17.52 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 0 | 0.05 | 0 | 1 | 0.12 | 63.2 | 1 | 0.44 |
| Hex | D5 | E1 | 0 | 5 | 0 | 64 | C | 3F | 64 | 2C |
| Octal | 325 | 341 | 0 | 5 | 0 | 144 | 14 | 77 | 144 | 54 |
| Binary | 11010101 | 11100001 | 0 | 101 | 0 | 1100100 | 1100 | 111111 | 1100100 | 101100 |
Color Harmonies of #D5E100
Complementary color
Monochromatic Colors of #D5E100
Black with #D5E100
Text Example
Text Example
White with #D5E100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E100; }
p { color: rgb(213,225,0); }
H1.HeaderClassName
{
color: #D5E100;
}
.AnyTagClassName
{
color: #D5E100;
}
</style>
background-color css
<style>
a { background-color: #D5E100; }
a { background-color: rgb(213,225,0); }
div.DivClassName
{
background-color: #D5E100;
}
.BgClassName
{
background-color: #D5E100;
}
</style>
border-color css
<style>
span { border-color: #D5E100; }
span { border-color: rgb(213,225,0); }
td.TdClassName
{
border-color: #D5E100;
}
.TagClassName
{
border-color: #D5E100;
}
</style>