Shades of Pear #D2F646
Tints of Pear #D2F646
RGB
CMYK
RGB Variations
Color information
#D2F646 (or 0xD2F646) is known color: Pear. HEX triplet: D2, F6 and 46. RGB value is (210,246,70). Sum of RGB (Red+Green+Blue) = 210+246+70=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 246 (96.48% from 255 or 46.77% from 526); Blue value is 70 (27.73% from 255 or 13.31% from 526); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F646 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F646 is #2D09B9. Grayscale: #D7D7D7. Windows color (decimal): -2951610 or 4650706. OLE color: 4650706.
HSL color Cylindrical-coordinate representation of color #D2F646: hue angle of 72.27º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2F646 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 246 | 70 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.04 |
| HSL | 72.27º | 0.91% | 0.62% | - |
| HSV(B) | 72.27º | 0.72% | 0.96% | - |
| XYZ | 60.64 | 80.06 | 18.05 | - |
| YUV | 215.17 | 46.07 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 246 | 70 | 0.15 | 0 | 0.72 | 0.04 | 72.27 | 0.91 | 0.62 |
| Hex | D2 | F6 | 46 | F | 0 | 48 | 4 | 48 | 5B | 3E |
| Octal | 322 | 366 | 106 | 17 | 0 | 110 | 4 | 110 | 133 | 76 |
| Binary | 11010010 | 11110110 | 1000110 | 1111 | 0 | 1001000 | 100 | 1001000 | 1011011 | 111110 |
Color Harmonies of #D2F646
Complementary color
Monochromatic Colors of #D2F646
Black with #D2F646
Text Example
Text Example
White with #D2F646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F646; }
p { color: rgb(210,246,70); }
H1.HeaderClassName
{
color: #D2F646;
}
.AnyTagClassName
{
color: #D2F646;
}
</style>
background-color css
<style>
a { background-color: #D2F646; }
a { background-color: rgb(210,246,70); }
div.DivClassName
{
background-color: #D2F646;
}
.BgClassName
{
background-color: #D2F646;
}
</style>
border-color css
<style>
span { border-color: #D2F646; }
span { border-color: rgb(210,246,70); }
td.TdClassName
{
border-color: #D2F646;
}
.TagClassName
{
border-color: #D2F646;
}
</style>