Shades of Pear #D6FE43
Tints of Pear #D6FE43
RGB
CMYK
RGB Variations
Color information
#D6FE43 (or 0xD6FE43) is known color: Pear. HEX triplet: D6, FE and 43. RGB value is (214,254,67). Sum of RGB (Red+Green+Blue) = 214+254+67=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 67 (26.56% from 255 or 12.52% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FE43 is #2901BC. Grayscale: #DDDDDD. Windows color (decimal): -2687421 or 4456150. OLE color: 4456150.
HSL color Cylindrical-coordinate representation of color #D6FE43: hue angle of 72.83º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6FE43 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 67 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.00 |
| HSL | 72.83º | 0.99% | 0.63% | - |
| HSV(B) | 72.83º | 0.74% | 1% | - |
| XYZ | 64.19 | 85.59 | 18.45 | - |
| YUV | 220.72 | 41.25 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 67 | 0.16 | 0 | 0.74 | 0.00 | 72.83 | 0.99 | 0.63 |
| Hex | D6 | FE | 43 | 10 | 0 | 4A | 0 | 49 | 63 | 3F |
| Octal | 326 | 376 | 103 | 20 | 0 | 112 | 0 | 111 | 143 | 77 |
| Binary | 11010110 | 11111110 | 1000011 | 10000 | 0 | 1001010 | 0 | 1001001 | 1100011 | 111111 |
Color Harmonies of #D6FE43
Complementary color
Monochromatic Colors of #D6FE43
Black with #D6FE43
Text Example
Text Example
White with #D6FE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FE43; }
p { color: rgb(214,254,67); }
H1.HeaderClassName
{
color: #D6FE43;
}
.AnyTagClassName
{
color: #D6FE43;
}
</style>
background-color css
<style>
a { background-color: #D6FE43; }
a { background-color: rgb(214,254,67); }
div.DivClassName
{
background-color: #D6FE43;
}
.BgClassName
{
background-color: #D6FE43;
}
</style>
border-color css
<style>
span { border-color: #D6FE43; }
span { border-color: rgb(214,254,67); }
td.TdClassName
{
border-color: #D6FE43;
}
.TagClassName
{
border-color: #D6FE43;
}
</style>