Shades of Pear #D6F94D
Tints of Pear #D6F94D
RGB
CMYK
RGB Variations
Color information
#D6F94D (or 0xD6F94D) is known color: Pear. HEX triplet: D6, F9 and 4D. RGB value is (214,249,77). Sum of RGB (Red+Green+Blue) = 214+249+77=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 77 (30.47% from 255 or 14.26% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F94D is #2906B2. Grayscale: #DBDBDB. Windows color (decimal): -2688691 or 5110230. OLE color: 5110230.
HSL color Cylindrical-coordinate representation of color #D6F94D: hue angle of 72.21º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6F94D is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 249 | 77 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.02 |
| HSL | 72.21º | 0.93% | 0.64% | - |
| HSV(B) | 72.21º | 0.69% | 0.98% | - |
| XYZ | 62.95 | 82.58 | 19.64 | - |
| YUV | 218.93 | 47.9 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 249 | 77 | 0.14 | 0 | 0.69 | 0.02 | 72.21 | 0.93 | 0.64 |
| Hex | D6 | F9 | 4D | E | 0 | 45 | 2 | 48 | 5D | 40 |
| Octal | 326 | 371 | 115 | 16 | 0 | 105 | 2 | 110 | 135 | 100 |
| Binary | 11010110 | 11111001 | 1001101 | 1110 | 0 | 1000101 | 10 | 1001000 | 1011101 | 1000000 |
Color Harmonies of #D6F94D
Complementary color
Monochromatic Colors of #D6F94D
Black with #D6F94D
Text Example
Text Example
White with #D6F94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F94D; }
p { color: rgb(214,249,77); }
H1.HeaderClassName
{
color: #D6F94D;
}
.AnyTagClassName
{
color: #D6F94D;
}
</style>
background-color css
<style>
a { background-color: #D6F94D; }
a { background-color: rgb(214,249,77); }
div.DivClassName
{
background-color: #D6F94D;
}
.BgClassName
{
background-color: #D6F94D;
}
</style>
border-color css
<style>
span { border-color: #D6F94D; }
span { border-color: rgb(214,249,77); }
td.TdClassName
{
border-color: #D6F94D;
}
.TagClassName
{
border-color: #D6F94D;
}
</style>