Shades of Pear #D6FD2C
Tints of Pear #D6FD2C
RGB
CMYK
RGB Variations
Color information
#D6FD2C (or 0xD6FD2C) is known color: Pear. HEX triplet: D6, FD and 2C. RGB value is (214,253,44). Sum of RGB (Red+Green+Blue) = 214+253+44=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 44 (17.58% from 255 or 8.61% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FD2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FD2C is #2902D3. Grayscale: #DADADA. Windows color (decimal): -2687700 or 2948566. OLE color: 2948566.
HSL color Cylindrical-coordinate representation of color #D6FD2C: hue angle of 71.2º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6FD2C is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 253 | 44 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.01 |
| HSL | 71.2º | 0.98% | 0.58% | - |
| HSV(B) | 71.2º | 0.83% | 0.99% | - |
| XYZ | 63.31 | 84.73 | 15.4 | - |
| YUV | 217.51 | 30.08 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 253 | 44 | 0.15 | 0 | 0.83 | 0.01 | 71.2 | 0.98 | 0.58 |
| Hex | D6 | FD | 2C | F | 0 | 53 | 1 | 47 | 62 | 3A |
| Octal | 326 | 375 | 54 | 17 | 0 | 123 | 1 | 107 | 142 | 72 |
| Binary | 11010110 | 11111101 | 101100 | 1111 | 0 | 1010011 | 1 | 1000111 | 1100010 | 111010 |
Color Harmonies of #D6FD2C
Complementary color
Monochromatic Colors of #D6FD2C
Black with #D6FD2C
Text Example
Text Example
White with #D6FD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FD2C; }
p { color: rgb(214,253,44); }
H1.HeaderClassName
{
color: #D6FD2C;
}
.AnyTagClassName
{
color: #D6FD2C;
}
</style>
background-color css
<style>
a { background-color: #D6FD2C; }
a { background-color: rgb(214,253,44); }
div.DivClassName
{
background-color: #D6FD2C;
}
.BgClassName
{
background-color: #D6FD2C;
}
</style>
border-color css
<style>
span { border-color: #D6FD2C; }
span { border-color: rgb(214,253,44); }
td.TdClassName
{
border-color: #D6FD2C;
}
.TagClassName
{
border-color: #D6FD2C;
}
</style>