Shades of Pear #D2F347
Tints of Pear #D2F347
RGB
CMYK
RGB Variations
Color information
#D2F347 (or 0xD2F347) is known color: Pear. HEX triplet: D2, F3 and 47. RGB value is (210,243,71). Sum of RGB (Red+Green+Blue) = 210+243+71=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 71 (28.12% from 255 or 13.55% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F347 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F347 is #2D0CB8. Grayscale: #D6D6D6. Windows color (decimal): -2952377 or 4715474. OLE color: 4715474.
HSL color Cylindrical-coordinate representation of color #D2F347: hue angle of 71.51º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2F347 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 71 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.05 |
| HSL | 71.51º | 0.88% | 0.62% | - |
| HSV(B) | 71.51º | 0.71% | 0.95% | - |
| XYZ | 59.77 | 78.26 | 17.92 | - |
| YUV | 213.53 | 47.57 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 71 | 0.14 | 0 | 0.71 | 0.05 | 71.51 | 0.88 | 0.62 |
| Hex | D2 | F3 | 47 | E | 0 | 47 | 5 | 48 | 58 | 3E |
| Octal | 322 | 363 | 107 | 16 | 0 | 107 | 5 | 110 | 130 | 76 |
| Binary | 11010010 | 11110011 | 1000111 | 1110 | 0 | 1000111 | 101 | 1001000 | 1011000 | 111110 |
Color Harmonies of #D2F347
Complementary color
Monochromatic Colors of #D2F347
Black with #D2F347
Text Example
Text Example
White with #D2F347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F347; }
p { color: rgb(210,243,71); }
H1.HeaderClassName
{
color: #D2F347;
}
.AnyTagClassName
{
color: #D2F347;
}
</style>
background-color css
<style>
a { background-color: #D2F347; }
a { background-color: rgb(210,243,71); }
div.DivClassName
{
background-color: #D2F347;
}
.BgClassName
{
background-color: #D2F347;
}
</style>
border-color css
<style>
span { border-color: #D2F347; }
span { border-color: rgb(210,243,71); }
td.TdClassName
{
border-color: #D2F347;
}
.TagClassName
{
border-color: #D2F347;
}
</style>