Shades of Pear #D6F245
Tints of Pear #D6F245
RGB
CMYK
RGB Variations
Color information
#D6F245 (or 0xD6F245) is known color: Pear. HEX triplet: D6, F2 and 45. RGB value is (214,242,69). Sum of RGB (Red+Green+Blue) = 214+242+69=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 69 (27.34% from 255 or 13.14% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F245 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F245 is #290DBA. Grayscale: #D6D6D6. Windows color (decimal): -2690491 or 4584150. OLE color: 4584150.
HSL color Cylindrical-coordinate representation of color #D6F245: hue angle of 69.71º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6F245 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 242 | 69 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.05 |
| HSL | 69.71º | 0.87% | 0.61% | - |
| HSV(B) | 69.71º | 0.71% | 0.95% | - |
| XYZ | 60.56 | 78.23 | 17.54 | - |
| YUV | 213.91 | 46.22 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 242 | 69 | 0.12 | 0 | 0.71 | 0.05 | 69.71 | 0.87 | 0.61 |
| Hex | D6 | F2 | 45 | C | 0 | 47 | 5 | 46 | 57 | 3D |
| Octal | 326 | 362 | 105 | 14 | 0 | 107 | 5 | 106 | 127 | 75 |
| Binary | 11010110 | 11110010 | 1000101 | 1100 | 0 | 1000111 | 101 | 1000110 | 1010111 | 111101 |
Color Harmonies of #D6F245
Complementary color
Monochromatic Colors of #D6F245
Black with #D6F245
Text Example
Text Example
White with #D6F245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F245; }
p { color: rgb(214,242,69); }
H1.HeaderClassName
{
color: #D6F245;
}
.AnyTagClassName
{
color: #D6F245;
}
</style>
background-color css
<style>
a { background-color: #D6F245; }
a { background-color: rgb(214,242,69); }
div.DivClassName
{
background-color: #D6F245;
}
.BgClassName
{
background-color: #D6F245;
}
</style>
border-color css
<style>
span { border-color: #D6F245; }
span { border-color: rgb(214,242,69); }
td.TdClassName
{
border-color: #D6F245;
}
.TagClassName
{
border-color: #D6F245;
}
</style>