Shades of Pear #D3ED3D
Tints of Pear #D3ED3D
RGB
CMYK
RGB Variations
Color information
#D3ED3D (or 0xD3ED3D) is known color: Pear. HEX triplet: D3, ED and 3D. RGB value is (211,237,61). Sum of RGB (Red+Green+Blue) = 211+237+61=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 61 (24.22% from 255 or 11.98% from 509); Max value from RGB is 237 - color contains mainly: green. Hex color #D3ED3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3ED3D is #2C12C2. Grayscale: #D1D1D1. Windows color (decimal): -2888387 or 4058579. OLE color: 4058579.
HSL color Cylindrical-coordinate representation of color #D3ED3D: hue angle of 68.86º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3ED3D is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 61 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.07 |
| HSL | 68.86º | 0.83% | 0.58% | - |
| HSV(B) | 68.86º | 0.74% | 0.93% | - |
| XYZ | 57.99 | 74.75 | 15.79 | - |
| YUV | 209.16 | 44.39 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 61 | 0.11 | 0 | 0.74 | 0.07 | 68.86 | 0.83 | 0.58 |
| Hex | D3 | ED | 3D | B | 0 | 4A | 7 | 45 | 53 | 3A |
| Octal | 323 | 355 | 75 | 13 | 0 | 112 | 7 | 105 | 123 | 72 |
| Binary | 11010011 | 11101101 | 111101 | 1011 | 0 | 1001010 | 111 | 1000101 | 1010011 | 111010 |
Color Harmonies of #D3ED3D
Complementary color
Monochromatic Colors of #D3ED3D
Black with #D3ED3D
Text Example
Text Example
White with #D3ED3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ED3D; }
p { color: rgb(211,237,61); }
H1.HeaderClassName
{
color: #D3ED3D;
}
.AnyTagClassName
{
color: #D3ED3D;
}
</style>
background-color css
<style>
a { background-color: #D3ED3D; }
a { background-color: rgb(211,237,61); }
div.DivClassName
{
background-color: #D3ED3D;
}
.BgClassName
{
background-color: #D3ED3D;
}
</style>
border-color css
<style>
span { border-color: #D3ED3D; }
span { border-color: rgb(211,237,61); }
td.TdClassName
{
border-color: #D3ED3D;
}
.TagClassName
{
border-color: #D3ED3D;
}
</style>