Shades of Pear #D2FD46
Tints of Pear #D2FD46
RGB
CMYK
RGB Variations
Color information
#D2FD46 (or 0xD2FD46) is known color: Pear. HEX triplet: D2, FD and 46. RGB value is (210,253,70). Sum of RGB (Red+Green+Blue) = 210+253+70=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 70 (27.73% from 255 or 13.13% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FD46 is #2D02B9. Grayscale: #DBDBDB. Windows color (decimal): -2949818 or 4652498. OLE color: 4652498.
HSL color Cylindrical-coordinate representation of color #D2FD46: hue angle of 74.1º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2FD46 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 70 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.01 |
| HSL | 74.1º | 0.98% | 0.63% | - |
| HSV(B) | 74.1º | 0.72% | 0.99% | - |
| XYZ | 62.81 | 84.39 | 18.77 | - |
| YUV | 219.28 | 43.75 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 70 | 0.17 | 0 | 0.72 | 0.01 | 74.1 | 0.98 | 0.63 |
| Hex | D2 | FD | 46 | 11 | 0 | 48 | 1 | 4A | 62 | 3F |
| Octal | 322 | 375 | 106 | 21 | 0 | 110 | 1 | 112 | 142 | 77 |
| Binary | 11010010 | 11111101 | 1000110 | 10001 | 0 | 1001000 | 1 | 1001010 | 1100010 | 111111 |
Color Harmonies of #D2FD46
Complementary color
Monochromatic Colors of #D2FD46
Black with #D2FD46
Text Example
Text Example
White with #D2FD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FD46; }
p { color: rgb(210,253,70); }
H1.HeaderClassName
{
color: #D2FD46;
}
.AnyTagClassName
{
color: #D2FD46;
}
</style>
background-color css
<style>
a { background-color: #D2FD46; }
a { background-color: rgb(210,253,70); }
div.DivClassName
{
background-color: #D2FD46;
}
.BgClassName
{
background-color: #D2FD46;
}
</style>
border-color css
<style>
span { border-color: #D2FD46; }
span { border-color: rgb(210,253,70); }
td.TdClassName
{
border-color: #D2FD46;
}
.TagClassName
{
border-color: #D2FD46;
}
</style>