Shades of Pear #D6ED23
Tints of Pear #D6ED23
RGB
CMYK
RGB Variations
Color information
#D6ED23 (or 0xD6ED23) is known color: Pear. HEX triplet: D6, ED and 23. RGB value is (214,237,35). Sum of RGB (Red+Green+Blue) = 214+237+35=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 35 (14.06% from 255 or 7.20% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #D6ED23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6ED23 is #2912DC. Grayscale: #CFCFCF. Windows color (decimal): -2691805 or 2354646. OLE color: 2354646.
HSL color Cylindrical-coordinate representation of color #D6ED23: hue angle of 66.83º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6ED23 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 237 | 35 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.07 |
| HSL | 66.83º | 0.85% | 0.53% | - |
| HSV(B) | 66.83º | 0.85% | 0.93% | - |
| XYZ | 58.32 | 74.99 | 12.99 | - |
| YUV | 207.1 | 30.88 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 237 | 35 | 0.10 | 0 | 0.85 | 0.07 | 66.83 | 0.85 | 0.53 |
| Hex | D6 | ED | 23 | A | 0 | 55 | 7 | 43 | 55 | 35 |
| Octal | 326 | 355 | 43 | 12 | 0 | 125 | 7 | 103 | 125 | 65 |
| Binary | 11010110 | 11101101 | 100011 | 1010 | 0 | 1010101 | 111 | 1000011 | 1010101 | 110101 |
Color Harmonies of #D6ED23
Complementary color
Monochromatic Colors of #D6ED23
Black with #D6ED23
Text Example
Text Example
White with #D6ED23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ED23; }
p { color: rgb(214,237,35); }
H1.HeaderClassName
{
color: #D6ED23;
}
.AnyTagClassName
{
color: #D6ED23;
}
</style>
background-color css
<style>
a { background-color: #D6ED23; }
a { background-color: rgb(214,237,35); }
div.DivClassName
{
background-color: #D6ED23;
}
.BgClassName
{
background-color: #D6ED23;
}
</style>
border-color css
<style>
span { border-color: #D6ED23; }
span { border-color: rgb(214,237,35); }
td.TdClassName
{
border-color: #D6ED23;
}
.TagClassName
{
border-color: #D6ED23;
}
</style>