Shades of Pear #D6E92B
Tints of Pear #D6E92B
RGB
CMYK
RGB Variations
Color information
#D6E92B (or 0xD6E92B) is known color: Pear. HEX triplet: D6, E9 and 2B. RGB value is (214,233,43). Sum of RGB (Red+Green+Blue) = 214+233+43=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 43 (17.19% from 255 or 8.78% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E92B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E92B is #2916D4. Grayscale: #CECECE. Windows color (decimal): -2692821 or 2877910. OLE color: 2877910.
HSL color Cylindrical-coordinate representation of color #D6E92B: hue angle of 66º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6E92B is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 233 | 43 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.09 |
| HSL | 66º | 0.81% | 0.54% | - |
| HSV(B) | 66º | 0.82% | 0.91% | - |
| XYZ | 57.31 | 72.75 | 13.31 | - |
| YUV | 205.66 | 36.21 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 233 | 43 | 0.08 | 0 | 0.82 | 0.09 | 66 | 0.81 | 0.54 |
| Hex | D6 | E9 | 2B | 8 | 0 | 52 | 9 | 42 | 51 | 36 |
| Octal | 326 | 351 | 53 | 10 | 0 | 122 | 11 | 102 | 121 | 66 |
| Binary | 11010110 | 11101001 | 101011 | 1000 | 0 | 1010010 | 1001 | 1000010 | 1010001 | 110110 |
Color Harmonies of #D6E92B
Complementary color
Monochromatic Colors of #D6E92B
Black with #D6E92B
Text Example
Text Example
White with #D6E92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E92B; }
p { color: rgb(214,233,43); }
H1.HeaderClassName
{
color: #D6E92B;
}
.AnyTagClassName
{
color: #D6E92B;
}
</style>
background-color css
<style>
a { background-color: #D6E92B; }
a { background-color: rgb(214,233,43); }
div.DivClassName
{
background-color: #D6E92B;
}
.BgClassName
{
background-color: #D6E92B;
}
</style>
border-color css
<style>
span { border-color: #D6E92B; }
span { border-color: rgb(214,233,43); }
td.TdClassName
{
border-color: #D6E92B;
}
.TagClassName
{
border-color: #D6E92B;
}
</style>