Shades of Pear #D6F42B
Tints of Pear #D6F42B
RGB
CMYK
RGB Variations
Color information
#D6F42B (or 0xD6F42B) is known color: Pear. HEX triplet: D6, F4 and 2B. RGB value is (214,244,43). Sum of RGB (Red+Green+Blue) = 214+244+43=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 43 (17.19% from 255 or 8.58% from 501); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F42B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F42B is #290BD4. Grayscale: #D4D4D4. Windows color (decimal): -2690005 or 2880726. OLE color: 2880726.
HSL color Cylindrical-coordinate representation of color #D6F42B: hue angle of 68.96º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6F42B is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 244 | 43 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.04 |
| HSL | 68.96º | 0.9% | 0.56% | - |
| HSV(B) | 68.96º | 0.82% | 0.96% | - |
| XYZ | 60.52 | 79.17 | 14.38 | - |
| YUV | 212.12 | 32.56 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 244 | 43 | 0.12 | 0 | 0.82 | 0.04 | 68.96 | 0.9 | 0.56 |
| Hex | D6 | F4 | 2B | C | 0 | 52 | 4 | 45 | 5A | 38 |
| Octal | 326 | 364 | 53 | 14 | 0 | 122 | 4 | 105 | 132 | 70 |
| Binary | 11010110 | 11110100 | 101011 | 1100 | 0 | 1010010 | 100 | 1000101 | 1011010 | 111000 |
Color Harmonies of #D6F42B
Complementary color
Monochromatic Colors of #D6F42B
Black with #D6F42B
Text Example
Text Example
White with #D6F42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F42B; }
p { color: rgb(214,244,43); }
H1.HeaderClassName
{
color: #D6F42B;
}
.AnyTagClassName
{
color: #D6F42B;
}
</style>
background-color css
<style>
a { background-color: #D6F42B; }
a { background-color: rgb(214,244,43); }
div.DivClassName
{
background-color: #D6F42B;
}
.BgClassName
{
background-color: #D6F42B;
}
</style>
border-color css
<style>
span { border-color: #D6F42B; }
span { border-color: rgb(214,244,43); }
td.TdClassName
{
border-color: #D6F42B;
}
.TagClassName
{
border-color: #D6F42B;
}
</style>