Shades of Pear #D2F349
Tints of Pear #D2F349
RGB
CMYK
RGB Variations
Color information
#D2F349 (or 0xD2F349) is known color: Pear. HEX triplet: D2, F3 and 49. RGB value is (210,243,73). Sum of RGB (Red+Green+Blue) = 210+243+73=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 73 (28.91% from 255 or 13.88% from 526); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F349 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F349 is #2D0CB6. Grayscale: #D6D6D6. Windows color (decimal): -2952375 or 4846546. OLE color: 4846546.
HSL color Cylindrical-coordinate representation of color #D2F349: hue angle of 71.65º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2F349 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 73 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.05 |
| HSL | 71.65º | 0.88% | 0.62% | - |
| HSV(B) | 71.65º | 0.7% | 0.95% | - |
| XYZ | 59.83 | 78.28 | 18.26 | - |
| YUV | 213.75 | 48.57 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 73 | 0.14 | 0 | 0.70 | 0.05 | 71.65 | 0.88 | 0.62 |
| Hex | D2 | F3 | 49 | E | 0 | 46 | 5 | 48 | 58 | 3E |
| Octal | 322 | 363 | 111 | 16 | 0 | 106 | 5 | 110 | 130 | 76 |
| Binary | 11010010 | 11110011 | 1001001 | 1110 | 0 | 1000110 | 101 | 1001000 | 1011000 | 111110 |
Color Harmonies of #D2F349
Complementary color
Monochromatic Colors of #D2F349
Black with #D2F349
Text Example
Text Example
White with #D2F349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F349; }
p { color: rgb(210,243,73); }
H1.HeaderClassName
{
color: #D2F349;
}
.AnyTagClassName
{
color: #D2F349;
}
</style>
background-color css
<style>
a { background-color: #D2F349; }
a { background-color: rgb(210,243,73); }
div.DivClassName
{
background-color: #D2F349;
}
.BgClassName
{
background-color: #D2F349;
}
</style>
border-color css
<style>
span { border-color: #D2F349; }
span { border-color: rgb(210,243,73); }
td.TdClassName
{
border-color: #D2F349;
}
.TagClassName
{
border-color: #D2F349;
}
</style>