Shades of Pear #D3F61C
Tints of Pear #D3F61C
RGB
CMYK
RGB Variations
Color information
#D3F61C (or 0xD3F61C) is known color: Pear. HEX triplet: D3, F6 and 1C. RGB value is (211,246,28). Sum of RGB (Red+Green+Blue) = 211+246+28=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 28 (11.33% from 255 or 5.77% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #D3F61C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F61C is #2C09E3. Grayscale: #D3D3D3. Windows color (decimal): -2886116 or 1898195. OLE color: 1898195.
HSL color Cylindrical-coordinate representation of color #D3F61C: hue angle of 69.63º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D3F61C is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 246 | 28 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.04 |
| HSL | 69.63º | 0.92% | 0.54% | - |
| HSV(B) | 69.63º | 0.89% | 0.96% | - |
| XYZ | 60.03 | 79.84 | 13.35 | - |
| YUV | 210.68 | 24.9 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 246 | 28 | 0.14 | 0 | 0.89 | 0.04 | 69.63 | 0.92 | 0.54 |
| Hex | D3 | F6 | 1C | E | 0 | 59 | 4 | 46 | 5C | 36 |
| Octal | 323 | 366 | 34 | 16 | 0 | 131 | 4 | 106 | 134 | 66 |
| Binary | 11010011 | 11110110 | 11100 | 1110 | 0 | 1011001 | 100 | 1000110 | 1011100 | 110110 |
Color Harmonies of #D3F61C
Complementary color
Monochromatic Colors of #D3F61C
Black with #D3F61C
Text Example
Text Example
White with #D3F61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F61C; }
p { color: rgb(211,246,28); }
H1.HeaderClassName
{
color: #D3F61C;
}
.AnyTagClassName
{
color: #D3F61C;
}
</style>
background-color css
<style>
a { background-color: #D3F61C; }
a { background-color: rgb(211,246,28); }
div.DivClassName
{
background-color: #D3F61C;
}
.BgClassName
{
background-color: #D3F61C;
}
</style>
border-color css
<style>
span { border-color: #D3F61C; }
span { border-color: rgb(211,246,28); }
td.TdClassName
{
border-color: #D3F61C;
}
.TagClassName
{
border-color: #D3F61C;
}
</style>