Shades of Pear #D6F345
Tints of Pear #D6F345
RGB
CMYK
RGB Variations
Color information
#D6F345 (or 0xD6F345) is known color: Pear. HEX triplet: D6, F3 and 45. RGB value is (214,243,69). Sum of RGB (Red+Green+Blue) = 214+243+69=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 69 (27.34% from 255 or 13.12% from 526); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F345 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F345 is #290CBA. Grayscale: #D7D7D7. Windows color (decimal): -2690235 or 4584406. OLE color: 4584406.
HSL color Cylindrical-coordinate representation of color #D6F345: hue angle of 70º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6F345 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 243 | 69 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.05 |
| HSL | 70º | 0.88% | 0.61% | - |
| HSV(B) | 70º | 0.72% | 0.95% | - |
| XYZ | 60.86 | 78.83 | 17.64 | - |
| YUV | 214.49 | 45.89 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 243 | 69 | 0.12 | 0 | 0.72 | 0.05 | 70 | 0.88 | 0.61 |
| Hex | D6 | F3 | 45 | C | 0 | 48 | 5 | 46 | 58 | 3D |
| Octal | 326 | 363 | 105 | 14 | 0 | 110 | 5 | 106 | 130 | 75 |
| Binary | 11010110 | 11110011 | 1000101 | 1100 | 0 | 1001000 | 101 | 1000110 | 1011000 | 111101 |
Color Harmonies of #D6F345
Complementary color
Monochromatic Colors of #D6F345
Black with #D6F345
Text Example
Text Example
White with #D6F345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F345; }
p { color: rgb(214,243,69); }
H1.HeaderClassName
{
color: #D6F345;
}
.AnyTagClassName
{
color: #D6F345;
}
</style>
background-color css
<style>
a { background-color: #D6F345; }
a { background-color: rgb(214,243,69); }
div.DivClassName
{
background-color: #D6F345;
}
.BgClassName
{
background-color: #D6F345;
}
</style>
border-color css
<style>
span { border-color: #D6F345; }
span { border-color: rgb(214,243,69); }
td.TdClassName
{
border-color: #D6F345;
}
.TagClassName
{
border-color: #D6F345;
}
</style>