Shades of Chartreuse Yellow #D5F10C
Tints of Chartreuse Yellow #D5F10C
RGB
CMYK
RGB Variations
Color information
#D5F10C (or 0xD5F10C) is known color: Chartreuse Yellow. HEX triplet: D5, F1 and 0C. RGB value is (213,241,12). Sum of RGB (Red+Green+Blue) = 213+241+12=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 241 (94.53% from 255 or 51.72% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F10C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F10C is #2A0EF3. Grayscale: #CFCFCF. Windows color (decimal): -2756340 or 848341. OLE color: 848341.
HSL color Cylindrical-coordinate representation of color #D5F10C: hue angle of 67.34º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5F10C is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 12 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.05 |
| HSL | 67.34º | 0.91% | 0.5% | - |
| HSV(B) | 67.34º | 0.95% | 0.95% | - |
| XYZ | 58.96 | 77.08 | 12.12 | - |
| YUV | 206.52 | 18.22 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 12 | 0.12 | 0 | 0.95 | 0.05 | 67.34 | 0.91 | 0.5 |
| Hex | D5 | F1 | C | C | 0 | 5F | 5 | 43 | 5B | 32 |
| Octal | 325 | 361 | 14 | 14 | 0 | 137 | 5 | 103 | 133 | 62 |
| Binary | 11010101 | 11110001 | 1100 | 1100 | 0 | 1011111 | 101 | 1000011 | 1011011 | 110010 |
Color Harmonies of #D5F10C
Complementary color
Monochromatic Colors of #D5F10C
Black with #D5F10C
Text Example
Text Example
White with #D5F10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F10C; }
p { color: rgb(213,241,12); }
H1.HeaderClassName
{
color: #D5F10C;
}
.AnyTagClassName
{
color: #D5F10C;
}
</style>
background-color css
<style>
a { background-color: #D5F10C; }
a { background-color: rgb(213,241,12); }
div.DivClassName
{
background-color: #D5F10C;
}
.BgClassName
{
background-color: #D5F10C;
}
</style>
border-color css
<style>
span { border-color: #D5F10C; }
span { border-color: rgb(213,241,12); }
td.TdClassName
{
border-color: #D5F10C;
}
.TagClassName
{
border-color: #D5F10C;
}
</style>