Shades of Pear #D6FB20
Tints of Pear #D6FB20
RGB
CMYK
RGB Variations
Color information
#D6FB20 (or 0xD6FB20) is known color: Pear. HEX triplet: D6, FB and 20. RGB value is (214,251,32). Sum of RGB (Red+Green+Blue) = 214+251+32=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 32 (12.89% from 255 or 6.44% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FB20 is #2904DF. Grayscale: #D7D7D7. Windows color (decimal): -2688224 or 2161622. OLE color: 2161622.
HSL color Cylindrical-coordinate representation of color #D6FB20: hue angle of 70.14º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6FB20 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 251 | 32 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.02 |
| HSL | 70.14º | 0.96% | 0.55% | - |
| HSV(B) | 70.14º | 0.87% | 0.98% | - |
| XYZ | 62.49 | 83.39 | 14.17 | - |
| YUV | 214.97 | 24.74 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 251 | 32 | 0.15 | 0 | 0.87 | 0.02 | 70.14 | 0.96 | 0.55 |
| Hex | D6 | FB | 20 | F | 0 | 57 | 2 | 46 | 60 | 37 |
| Octal | 326 | 373 | 40 | 17 | 0 | 127 | 2 | 106 | 140 | 67 |
| Binary | 11010110 | 11111011 | 100000 | 1111 | 0 | 1010111 | 10 | 1000110 | 1100000 | 110111 |
Color Harmonies of #D6FB20
Complementary color
Monochromatic Colors of #D6FB20
Black with #D6FB20
Text Example
Text Example
White with #D6FB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FB20; }
p { color: rgb(214,251,32); }
H1.HeaderClassName
{
color: #D6FB20;
}
.AnyTagClassName
{
color: #D6FB20;
}
</style>
background-color css
<style>
a { background-color: #D6FB20; }
a { background-color: rgb(214,251,32); }
div.DivClassName
{
background-color: #D6FB20;
}
.BgClassName
{
background-color: #D6FB20;
}
</style>
border-color css
<style>
span { border-color: #D6FB20; }
span { border-color: rgb(214,251,32); }
td.TdClassName
{
border-color: #D6FB20;
}
.TagClassName
{
border-color: #D6FB20;
}
</style>