Shades of Pear #D2F445
Tints of Pear #D2F445
RGB
CMYK
RGB Variations
Color information
#D2F445 (or 0xD2F445) is known color: Pear. HEX triplet: D2, F4 and 45. RGB value is (210,244,69). Sum of RGB (Red+Green+Blue) = 210+244+69=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 69 (27.34% from 255 or 13.19% from 523); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F445 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F445 is #2D0BBA. Grayscale: #D6D6D6. Windows color (decimal): -2952123 or 4584658. OLE color: 4584658.
HSL color Cylindrical-coordinate representation of color #D2F445: hue angle of 71.66º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2F445 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 244 | 69 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.04 |
| HSL | 71.66º | 0.89% | 0.61% | - |
| HSV(B) | 71.66º | 0.72% | 0.96% | - |
| XYZ | 60 | 78.83 | 17.68 | - |
| YUV | 213.88 | 46.24 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 244 | 69 | 0.14 | 0 | 0.72 | 0.04 | 71.66 | 0.89 | 0.61 |
| Hex | D2 | F4 | 45 | E | 0 | 48 | 4 | 48 | 59 | 3D |
| Octal | 322 | 364 | 105 | 16 | 0 | 110 | 4 | 110 | 131 | 75 |
| Binary | 11010010 | 11110100 | 1000101 | 1110 | 0 | 1001000 | 100 | 1001000 | 1011001 | 111101 |
Color Harmonies of #D2F445
Complementary color
Monochromatic Colors of #D2F445
Black with #D2F445
Text Example
Text Example
White with #D2F445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F445; }
p { color: rgb(210,244,69); }
H1.HeaderClassName
{
color: #D2F445;
}
.AnyTagClassName
{
color: #D2F445;
}
</style>
background-color css
<style>
a { background-color: #D2F445; }
a { background-color: rgb(210,244,69); }
div.DivClassName
{
background-color: #D2F445;
}
.BgClassName
{
background-color: #D2F445;
}
</style>
border-color css
<style>
span { border-color: #D2F445; }
span { border-color: rgb(210,244,69); }
td.TdClassName
{
border-color: #D2F445;
}
.TagClassName
{
border-color: #D2F445;
}
</style>