Shades of Pear #D6E92A
Tints of Pear #D6E92A
RGB
CMYK
RGB Variations
Color information
#D6E92A (or 0xD6E92A) is known color: Pear. HEX triplet: D6, E9 and 2A. RGB value is (214,233,42). Sum of RGB (Red+Green+Blue) = 214+233+42=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 42 (16.80% from 255 or 8.59% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E92A is #2916D5. Grayscale: #CECECE. Windows color (decimal): -2692822 or 2812374. OLE color: 2812374.
HSL color Cylindrical-coordinate representation of color #D6E92A: hue angle of 65.97º 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 #D6E92A is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 233 | 42 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.09 |
| HSL | 65.97º | 0.81% | 0.54% | - |
| HSV(B) | 65.97º | 0.82% | 0.91% | - |
| XYZ | 57.29 | 72.74 | 13.21 | - |
| YUV | 205.55 | 35.71 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 233 | 42 | 0.08 | 0 | 0.82 | 0.09 | 65.97 | 0.81 | 0.54 |
| Hex | D6 | E9 | 2A | 8 | 0 | 52 | 9 | 42 | 51 | 36 |
| Octal | 326 | 351 | 52 | 10 | 0 | 122 | 11 | 102 | 121 | 66 |
| Binary | 11010110 | 11101001 | 101010 | 1000 | 0 | 1010010 | 1001 | 1000010 | 1010001 | 110110 |
Color Harmonies of #D6E92A
Complementary color
Monochromatic Colors of #D6E92A
Black with #D6E92A
Text Example
Text Example
White with #D6E92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E92A; }
p { color: rgb(214,233,42); }
H1.HeaderClassName
{
color: #D6E92A;
}
.AnyTagClassName
{
color: #D6E92A;
}
</style>
background-color css
<style>
a { background-color: #D6E92A; }
a { background-color: rgb(214,233,42); }
div.DivClassName
{
background-color: #D6E92A;
}
.BgClassName
{
background-color: #D6E92A;
}
</style>
border-color css
<style>
span { border-color: #D6E92A; }
span { border-color: rgb(214,233,42); }
td.TdClassName
{
border-color: #D6E92A;
}
.TagClassName
{
border-color: #D6E92A;
}
</style>