Shades of Chartreuse Yellow #D5F10A
Tints of Chartreuse Yellow #D5F10A
RGB
CMYK
RGB Variations
Color information
#D5F10A (or 0xD5F10A) is known color: Chartreuse Yellow. HEX triplet: D5, F1 and 0A. RGB value is (213,241,10). Sum of RGB (Red+Green+Blue) = 213+241+10=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 241 (94.53% from 255 or 51.94% from 464); Blue value is 10 (4.30% from 255 or 2.16% from 464); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F10A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F10A is #2A0EF5. Grayscale: #CFCFCF. Windows color (decimal): -2756342 or 717269. OLE color: 717269.
HSL color Cylindrical-coordinate representation of color #D5F10A: hue angle of 67.27º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5F10A is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 10 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.05 |
| HSL | 67.27º | 0.92% | 0.49% | - |
| HSV(B) | 67.27º | 0.96% | 0.95% | - |
| XYZ | 58.95 | 77.08 | 12.06 | - |
| YUV | 206.29 | 17.22 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 10 | 0.12 | 0 | 0.96 | 0.05 | 67.27 | 0.92 | 0.49 |
| Hex | D5 | F1 | A | C | 0 | 60 | 5 | 43 | 5C | 31 |
| Octal | 325 | 361 | 12 | 14 | 0 | 140 | 5 | 103 | 134 | 61 |
| Binary | 11010101 | 11110001 | 1010 | 1100 | 0 | 1100000 | 101 | 1000011 | 1011100 | 110001 |
Color Harmonies of #D5F10A
Complementary color
Monochromatic Colors of #D5F10A
Black with #D5F10A
Text Example
Text Example
White with #D5F10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F10A; }
p { color: rgb(213,241,10); }
H1.HeaderClassName
{
color: #D5F10A;
}
.AnyTagClassName
{
color: #D5F10A;
}
</style>
background-color css
<style>
a { background-color: #D5F10A; }
a { background-color: rgb(213,241,10); }
div.DivClassName
{
background-color: #D5F10A;
}
.BgClassName
{
background-color: #D5F10A;
}
</style>
border-color css
<style>
span { border-color: #D5F10A; }
span { border-color: rgb(213,241,10); }
td.TdClassName
{
border-color: #D5F10A;
}
.TagClassName
{
border-color: #D5F10A;
}
</style>