Shades of Pear #D6E72A
Tints of Pear #D6E72A
RGB
CMYK
RGB Variations
Color information
#D6E72A (or 0xD6E72A) is known color: Pear. HEX triplet: D6, E7 and 2A. RGB value is (214,231,42). Sum of RGB (Red+Green+Blue) = 214+231+42=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 42 (16.80% from 255 or 8.62% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E72A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E72A is #2918D5. Grayscale: #CDCDCD. Windows color (decimal): -2693334 or 2811862. OLE color: 2811862.
HSL color Cylindrical-coordinate representation of color #D6E72A: hue angle of 65.4º degrees, saturation: 0.8, 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 #D6E72A is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 231 | 42 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.09 |
| HSL | 65.4º | 0.8% | 0.54% | - |
| HSV(B) | 65.4º | 0.82% | 0.91% | - |
| XYZ | 56.73 | 71.62 | 13.02 | - |
| YUV | 204.37 | 36.37 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 231 | 42 | 0.07 | 0 | 0.82 | 0.09 | 65.4 | 0.8 | 0.54 |
| Hex | D6 | E7 | 2A | 7 | 0 | 52 | 9 | 41 | 50 | 36 |
| Octal | 326 | 347 | 52 | 7 | 0 | 122 | 11 | 101 | 120 | 66 |
| Binary | 11010110 | 11100111 | 101010 | 111 | 0 | 1010010 | 1001 | 1000001 | 1010000 | 110110 |
Color Harmonies of #D6E72A
Complementary color
Monochromatic Colors of #D6E72A
Black with #D6E72A
Text Example
Text Example
White with #D6E72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E72A; }
p { color: rgb(214,231,42); }
H1.HeaderClassName
{
color: #D6E72A;
}
.AnyTagClassName
{
color: #D6E72A;
}
</style>
background-color css
<style>
a { background-color: #D6E72A; }
a { background-color: rgb(214,231,42); }
div.DivClassName
{
background-color: #D6E72A;
}
.BgClassName
{
background-color: #D6E72A;
}
</style>
border-color css
<style>
span { border-color: #D6E72A; }
span { border-color: rgb(214,231,42); }
td.TdClassName
{
border-color: #D6E72A;
}
.TagClassName
{
border-color: #D6E72A;
}
</style>