Shades of Pear #D6F631
Tints of Pear #D6F631
RGB
CMYK
RGB Variations
Color information
#D6F631 (or 0xD6F631) is known color: Pear. HEX triplet: D6, F6 and 31. RGB value is (214,246,49). Sum of RGB (Red+Green+Blue) = 214+246+49=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 49 (19.53% from 255 or 9.63% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F631 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F631 is #2909CE. Grayscale: #D6D6D6. Windows color (decimal): -2689487 or 3274454. OLE color: 3274454.
HSL color Cylindrical-coordinate representation of color #D6F631: hue angle of 69.75º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6F631 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 246 | 49 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.04 |
| HSL | 69.75º | 0.92% | 0.58% | - |
| HSV(B) | 69.75º | 0.8% | 0.96% | - |
| XYZ | 61.24 | 80.43 | 15.2 | - |
| YUV | 213.97 | 34.9 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 246 | 49 | 0.13 | 0 | 0.80 | 0.04 | 69.75 | 0.92 | 0.58 |
| Hex | D6 | F6 | 31 | D | 0 | 50 | 4 | 46 | 5C | 3A |
| Octal | 326 | 366 | 61 | 15 | 0 | 120 | 4 | 106 | 134 | 72 |
| Binary | 11010110 | 11110110 | 110001 | 1101 | 0 | 1010000 | 100 | 1000110 | 1011100 | 111010 |
Color Harmonies of #D6F631
Complementary color
Monochromatic Colors of #D6F631
Black with #D6F631
Text Example
Text Example
White with #D6F631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F631; }
p { color: rgb(214,246,49); }
H1.HeaderClassName
{
color: #D6F631;
}
.AnyTagClassName
{
color: #D6F631;
}
</style>
background-color css
<style>
a { background-color: #D6F631; }
a { background-color: rgb(214,246,49); }
div.DivClassName
{
background-color: #D6F631;
}
.BgClassName
{
background-color: #D6F631;
}
</style>
border-color css
<style>
span { border-color: #D6F631; }
span { border-color: rgb(214,246,49); }
td.TdClassName
{
border-color: #D6F631;
}
.TagClassName
{
border-color: #D6F631;
}
</style>