Shades of Pear #D6F944
Tints of Pear #D6F944
RGB
CMYK
RGB Variations
Color information
#D6F944 (or 0xD6F944) is known color: Pear. HEX triplet: D6, F9 and 44. RGB value is (214,249,68). Sum of RGB (Red+Green+Blue) = 214+249+68=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 68 (26.95% from 255 or 12.81% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F944 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F944 is #2906BB. Grayscale: #DADADA. Windows color (decimal): -2688700 or 4520406. OLE color: 4520406.
HSL color Cylindrical-coordinate representation of color #D6F944: hue angle of 71.6º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6F944 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 249 | 68 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.02 |
| HSL | 71.6º | 0.94% | 0.62% | - |
| HSV(B) | 71.6º | 0.73% | 0.98% | - |
| XYZ | 62.65 | 82.46 | 18.08 | - |
| YUV | 217.9 | 43.4 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 249 | 68 | 0.14 | 0 | 0.73 | 0.02 | 71.6 | 0.94 | 0.62 |
| Hex | D6 | F9 | 44 | E | 0 | 49 | 2 | 48 | 5E | 3E |
| Octal | 326 | 371 | 104 | 16 | 0 | 111 | 2 | 110 | 136 | 76 |
| Binary | 11010110 | 11111001 | 1000100 | 1110 | 0 | 1001001 | 10 | 1001000 | 1011110 | 111110 |
Color Harmonies of #D6F944
Complementary color
Monochromatic Colors of #D6F944
Black with #D6F944
Text Example
Text Example
White with #D6F944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F944; }
p { color: rgb(214,249,68); }
H1.HeaderClassName
{
color: #D6F944;
}
.AnyTagClassName
{
color: #D6F944;
}
</style>
background-color css
<style>
a { background-color: #D6F944; }
a { background-color: rgb(214,249,68); }
div.DivClassName
{
background-color: #D6F944;
}
.BgClassName
{
background-color: #D6F944;
}
</style>
border-color css
<style>
span { border-color: #D6F944; }
span { border-color: rgb(214,249,68); }
td.TdClassName
{
border-color: #D6F944;
}
.TagClassName
{
border-color: #D6F944;
}
</style>