Shades of Pear #D1FD43
Tints of Pear #D1FD43
RGB
CMYK
RGB Variations
Color information
#D1FD43 (or 0xD1FD43) is known color: Pear. HEX triplet: D1, FD and 43. RGB value is (209,253,67). Sum of RGB (Red+Green+Blue) = 209+253+67=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 67 (26.56% from 255 or 12.67% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FD43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FD43 is #2E02BC. Grayscale: #DBDBDB. Windows color (decimal): -3015357 or 4455889. OLE color: 4455889.
HSL color Cylindrical-coordinate representation of color #D1FD43: hue angle of 74.19º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1FD43 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 253 | 67 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.01 |
| HSL | 74.19º | 0.98% | 0.63% | - |
| HSV(B) | 74.19º | 0.74% | 0.99% | - |
| XYZ | 62.43 | 84.21 | 18.27 | - |
| YUV | 218.64 | 42.42 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 253 | 67 | 0.17 | 0 | 0.74 | 0.01 | 74.19 | 0.98 | 0.63 |
| Hex | D1 | FD | 43 | 11 | 0 | 4A | 1 | 4A | 62 | 3F |
| Octal | 321 | 375 | 103 | 21 | 0 | 112 | 1 | 112 | 142 | 77 |
| Binary | 11010001 | 11111101 | 1000011 | 10001 | 0 | 1001010 | 1 | 1001010 | 1100010 | 111111 |
Color Harmonies of #D1FD43
Complementary color
Monochromatic Colors of #D1FD43
Black with #D1FD43
Text Example
Text Example
White with #D1FD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FD43; }
p { color: rgb(209,253,67); }
H1.HeaderClassName
{
color: #D1FD43;
}
.AnyTagClassName
{
color: #D1FD43;
}
</style>
background-color css
<style>
a { background-color: #D1FD43; }
a { background-color: rgb(209,253,67); }
div.DivClassName
{
background-color: #D1FD43;
}
.BgClassName
{
background-color: #D1FD43;
}
</style>
border-color css
<style>
span { border-color: #D1FD43; }
span { border-color: rgb(209,253,67); }
td.TdClassName
{
border-color: #D1FD43;
}
.TagClassName
{
border-color: #D1FD43;
}
</style>