Shades of Pear #D2FF46
Tints of Pear #D2FF46
RGB
CMYK
RGB Variations
Color information
#D2FF46 (or 0xD2FF46) is known color: Pear. HEX triplet: D2, FF and 46. RGB value is (210,255,70). Sum of RGB (Red+Green+Blue) = 210+255+70=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 70 (27.73% from 255 or 13.08% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FF46 is #2D00B9. Grayscale: #DDDDDD. Windows color (decimal): -2949306 or 4653010. OLE color: 4653010.
HSL color Cylindrical-coordinate representation of color #D2FF46: hue angle of 74.59º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2FF46 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 70 | - |
| CMYK | 0.18 | 0 | 0.73 | 0 |
| HSL | 74.59º | 1% | 0.64% | - |
| HSV(B) | 74.59º | 0.73% | 1% | - |
| XYZ | 63.44 | 85.66 | 18.99 | - |
| YUV | 220.46 | 43.09 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 70 | 0.18 | 0 | 0.73 | 0 | 74.59 | 1 | 0.64 |
| Hex | D2 | FF | 46 | 12 | 0 | 49 | 0 | 4B | 64 | 40 |
| Octal | 322 | 377 | 106 | 22 | 0 | 111 | 0 | 113 | 144 | 100 |
| Binary | 11010010 | 11111111 | 1000110 | 10010 | 0 | 1001001 | 0 | 1001011 | 1100100 | 1000000 |
Color Harmonies of #D2FF46
Complementary color
Monochromatic Colors of #D2FF46
Black with #D2FF46
Text Example
Text Example
White with #D2FF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF46; }
p { color: rgb(210,255,70); }
H1.HeaderClassName
{
color: #D2FF46;
}
.AnyTagClassName
{
color: #D2FF46;
}
</style>
background-color css
<style>
a { background-color: #D2FF46; }
a { background-color: rgb(210,255,70); }
div.DivClassName
{
background-color: #D2FF46;
}
.BgClassName
{
background-color: #D2FF46;
}
</style>
border-color css
<style>
span { border-color: #D2FF46; }
span { border-color: rgb(210,255,70); }
td.TdClassName
{
border-color: #D2FF46;
}
.TagClassName
{
border-color: #D2FF46;
}
</style>