Shades of Chartreuse Yellow #D7F312
Tints of Chartreuse Yellow #D7F312
RGB
CMYK
RGB Variations
Color information
#D7F312 (or 0xD7F312) is known color: Chartreuse Yellow. HEX triplet: D7, F3 and 12. RGB value is (215,243,18). Sum of RGB (Red+Green+Blue) = 215+243+18=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 243 (95.31% from 255 or 51.05% from 476); Blue value is 18 (7.42% from 255 or 3.78% from 476); Max value from RGB is 243 - color contains mainly: green. Hex color #D7F312 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D7F312 is #280CED. Grayscale: #D1D1D1. Windows color (decimal): -2624750 or 1242071. OLE color: 1242071.
HSL color Cylindrical-coordinate representation of color #D7F312: hue angle of 67.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7F312 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 243 | 18 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.05 |
| HSL | 67.47º | 0.9% | 0.51% | - |
| HSV(B) | 67.47º | 0.93% | 0.95% | - |
| XYZ | 60.18 | 78.59 | 12.57 | - |
| YUV | 208.98 | 20.22 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 243 | 18 | 0.12 | 0 | 0.93 | 0.05 | 67.47 | 0.9 | 0.51 |
| Hex | D7 | F3 | 12 | C | 0 | 5D | 5 | 43 | 5A | 33 |
| Octal | 327 | 363 | 22 | 14 | 0 | 135 | 5 | 103 | 132 | 63 |
| Binary | 11010111 | 11110011 | 10010 | 1100 | 0 | 1011101 | 101 | 1000011 | 1011010 | 110011 |
Color Harmonies of #D7F312
Complementary color
Monochromatic Colors of #D7F312
Black with #D7F312
Text Example
Text Example
White with #D7F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F312; }
p { color: rgb(215,243,18); }
H1.HeaderClassName
{
color: #D7F312;
}
.AnyTagClassName
{
color: #D7F312;
}
</style>
background-color css
<style>
a { background-color: #D7F312; }
a { background-color: rgb(215,243,18); }
div.DivClassName
{
background-color: #D7F312;
}
.BgClassName
{
background-color: #D7F312;
}
</style>
border-color css
<style>
span { border-color: #D7F312; }
span { border-color: rgb(215,243,18); }
td.TdClassName
{
border-color: #D7F312;
}
.TagClassName
{
border-color: #D7F312;
}
</style>