Shades of Pear #D3ED2B
Tints of Pear #D3ED2B
RGB
CMYK
RGB Variations
Color information
#D3ED2B (or 0xD3ED2B) is known color: Pear. HEX triplet: D3, ED and 2B. RGB value is (211,237,43). Sum of RGB (Red+Green+Blue) = 211+237+43=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 43 (17.19% from 255 or 8.76% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #D3ED2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3ED2B is #2C12D4. Grayscale: #CFCFCF. Windows color (decimal): -2888405 or 2878931. OLE color: 2878931.
HSL color Cylindrical-coordinate representation of color #D3ED2B: hue angle of 68.04º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3ED2B is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 43 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.07 |
| HSL | 68.04º | 0.84% | 0.55% | - |
| HSV(B) | 68.04º | 0.82% | 0.93% | - |
| XYZ | 57.58 | 74.59 | 13.65 | - |
| YUV | 207.11 | 35.39 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 43 | 0.11 | 0 | 0.82 | 0.07 | 68.04 | 0.84 | 0.55 |
| Hex | D3 | ED | 2B | B | 0 | 52 | 7 | 44 | 54 | 37 |
| Octal | 323 | 355 | 53 | 13 | 0 | 122 | 7 | 104 | 124 | 67 |
| Binary | 11010011 | 11101101 | 101011 | 1011 | 0 | 1010010 | 111 | 1000100 | 1010100 | 110111 |
Color Harmonies of #D3ED2B
Complementary color
Monochromatic Colors of #D3ED2B
Black with #D3ED2B
Text Example
Text Example
White with #D3ED2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ED2B; }
p { color: rgb(211,237,43); }
H1.HeaderClassName
{
color: #D3ED2B;
}
.AnyTagClassName
{
color: #D3ED2B;
}
</style>
background-color css
<style>
a { background-color: #D3ED2B; }
a { background-color: rgb(211,237,43); }
div.DivClassName
{
background-color: #D3ED2B;
}
.BgClassName
{
background-color: #D3ED2B;
}
</style>
border-color css
<style>
span { border-color: #D3ED2B; }
span { border-color: rgb(211,237,43); }
td.TdClassName
{
border-color: #D3ED2B;
}
.TagClassName
{
border-color: #D3ED2B;
}
</style>