Shades of Chartreuse Yellow #D3E102
Tints of Chartreuse Yellow #D3E102
RGB
CMYK
RGB Variations
Color information
#D3E102 (or 0xD3E102) is known color: Chartreuse Yellow. HEX triplet: D3, E1 and 02. RGB value is (211,225,2). Sum of RGB (Red+Green+Blue) = 211+225+2=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3E102 is #2C1EFD. Grayscale: #C4C4C4. Windows color (decimal): -2891518 or 188883. OLE color: 188883.
HSL color Cylindrical-coordinate representation of color #D3E102: hue angle of 63.77º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3E102 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 225 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.12 |
| HSL | 63.77º | 0.98% | 0.45% | - |
| HSV(B) | 63.77º | 0.99% | 0.88% | - |
| XYZ | 53.8 | 67.7 | 10.29 | - |
| YUV | 195.39 | 18.86 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 225 | 2 | 0.06 | 0 | 0.99 | 0.12 | 63.77 | 0.98 | 0.45 |
| Hex | D3 | E1 | 2 | 6 | 0 | 63 | C | 40 | 62 | 2D |
| Octal | 323 | 341 | 2 | 6 | 0 | 143 | 14 | 100 | 142 | 55 |
| Binary | 11010011 | 11100001 | 10 | 110 | 0 | 1100011 | 1100 | 1000000 | 1100010 | 101101 |
Color Harmonies of #D3E102
Complementary color
Monochromatic Colors of #D3E102
Black with #D3E102
Text Example
Text Example
White with #D3E102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E102; }
p { color: rgb(211,225,2); }
H1.HeaderClassName
{
color: #D3E102;
}
.AnyTagClassName
{
color: #D3E102;
}
</style>
background-color css
<style>
a { background-color: #D3E102; }
a { background-color: rgb(211,225,2); }
div.DivClassName
{
background-color: #D3E102;
}
.BgClassName
{
background-color: #D3E102;
}
</style>
border-color css
<style>
span { border-color: #D3E102; }
span { border-color: rgb(211,225,2); }
td.TdClassName
{
border-color: #D3E102;
}
.TagClassName
{
border-color: #D3E102;
}
</style>