Shades of Pear #D3ED41
Tints of Pear #D3ED41
RGB
CMYK
RGB Variations
Color information
#D3ED41 (or 0xD3ED41) is known color: Pear. HEX triplet: D3, ED and 41. RGB value is (211,237,65). Sum of RGB (Red+Green+Blue) = 211+237+65=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 65 (25.78% from 255 or 12.67% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #D3ED41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3ED41 is #2C12BE. Grayscale: #D2D2D2. Windows color (decimal): -2888383 or 4320723. OLE color: 4320723.
HSL color Cylindrical-coordinate representation of color #D3ED41: hue angle of 69.07º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3ED41 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 65 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.07 |
| HSL | 69.07º | 0.83% | 0.59% | - |
| HSV(B) | 69.07º | 0.73% | 0.93% | - |
| XYZ | 58.1 | 74.8 | 16.38 | - |
| YUV | 209.62 | 46.39 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 65 | 0.11 | 0 | 0.73 | 0.07 | 69.07 | 0.83 | 0.59 |
| Hex | D3 | ED | 41 | B | 0 | 49 | 7 | 45 | 53 | 3B |
| Octal | 323 | 355 | 101 | 13 | 0 | 111 | 7 | 105 | 123 | 73 |
| Binary | 11010011 | 11101101 | 1000001 | 1011 | 0 | 1001001 | 111 | 1000101 | 1010011 | 111011 |
Color Harmonies of #D3ED41
Complementary color
Monochromatic Colors of #D3ED41
Black with #D3ED41
Text Example
Text Example
White with #D3ED41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ED41; }
p { color: rgb(211,237,65); }
H1.HeaderClassName
{
color: #D3ED41;
}
.AnyTagClassName
{
color: #D3ED41;
}
</style>
background-color css
<style>
a { background-color: #D3ED41; }
a { background-color: rgb(211,237,65); }
div.DivClassName
{
background-color: #D3ED41;
}
.BgClassName
{
background-color: #D3ED41;
}
</style>
border-color css
<style>
span { border-color: #D3ED41; }
span { border-color: rgb(211,237,65); }
td.TdClassName
{
border-color: #D3ED41;
}
.TagClassName
{
border-color: #D3ED41;
}
</style>