Shades of Pear #D1FB46
Tints of Pear #D1FB46
RGB
CMYK
RGB Variations
Color information
#D1FB46 (or 0xD1FB46) is known color: Pear. HEX triplet: D1, FB and 46. RGB value is (209,251,70). Sum of RGB (Red+Green+Blue) = 209+251+70=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 70 (27.73% from 255 or 13.21% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FB46 is #2E04B9. Grayscale: #DADADA. Windows color (decimal): -3015866 or 4651985. OLE color: 4651985.
HSL color Cylindrical-coordinate representation of color #D1FB46: hue angle of 73.92º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1FB46 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 70 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.02 |
| HSL | 73.92º | 0.96% | 0.63% | - |
| HSV(B) | 73.92º | 0.72% | 0.98% | - |
| XYZ | 61.9 | 82.99 | 18.55 | - |
| YUV | 217.81 | 44.59 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 70 | 0.17 | 0 | 0.72 | 0.02 | 73.92 | 0.96 | 0.63 |
| Hex | D1 | FB | 46 | 11 | 0 | 48 | 2 | 4A | 60 | 3F |
| Octal | 321 | 373 | 106 | 21 | 0 | 110 | 2 | 112 | 140 | 77 |
| Binary | 11010001 | 11111011 | 1000110 | 10001 | 0 | 1001000 | 10 | 1001010 | 1100000 | 111111 |
Color Harmonies of #D1FB46
Complementary color
Monochromatic Colors of #D1FB46
Black with #D1FB46
Text Example
Text Example
White with #D1FB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB46; }
p { color: rgb(209,251,70); }
H1.HeaderClassName
{
color: #D1FB46;
}
.AnyTagClassName
{
color: #D1FB46;
}
</style>
background-color css
<style>
a { background-color: #D1FB46; }
a { background-color: rgb(209,251,70); }
div.DivClassName
{
background-color: #D1FB46;
}
.BgClassName
{
background-color: #D1FB46;
}
</style>
border-color css
<style>
span { border-color: #D1FB46; }
span { border-color: rgb(209,251,70); }
td.TdClassName
{
border-color: #D1FB46;
}
.TagClassName
{
border-color: #D1FB46;
}
</style>