Shades of Pear #D3E648
Tints of Pear #D3E648
RGB
CMYK
RGB Variations
Color information
#D3E648 (or 0xD3E648) is known color: Pear. HEX triplet: D3, E6 and 48. RGB value is (211,230,72). Sum of RGB (Red+Green+Blue) = 211+230+72=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E648 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3E648 is #2C19B7. Grayscale: #CECECE. Windows color (decimal): -2890168 or 4777683. OLE color: 4777683.
HSL color Cylindrical-coordinate representation of color #D3E648: hue angle of 67.22º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D3E648 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 230 | 72 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.10 |
| HSL | 67.22º | 0.76% | 0.59% | - |
| HSV(B) | 67.22º | 0.69% | 0.9% | - |
| XYZ | 56.33 | 70.91 | 16.85 | - |
| YUV | 206.31 | 52.21 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 230 | 72 | 0.08 | 0 | 0.69 | 0.10 | 67.22 | 0.76 | 0.59 |
| Hex | D3 | E6 | 48 | 8 | 0 | 45 | A | 43 | 4C | 3B |
| Octal | 323 | 346 | 110 | 10 | 0 | 105 | 12 | 103 | 114 | 73 |
| Binary | 11010011 | 11100110 | 1001000 | 1000 | 0 | 1000101 | 1010 | 1000011 | 1001100 | 111011 |
Color Harmonies of #D3E648
Complementary color
Monochromatic Colors of #D3E648
Black with #D3E648
Text Example
Text Example
White with #D3E648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E648; }
p { color: rgb(211,230,72); }
H1.HeaderClassName
{
color: #D3E648;
}
.AnyTagClassName
{
color: #D3E648;
}
</style>
background-color css
<style>
a { background-color: #D3E648; }
a { background-color: rgb(211,230,72); }
div.DivClassName
{
background-color: #D3E648;
}
.BgClassName
{
background-color: #D3E648;
}
</style>
border-color css
<style>
span { border-color: #D3E648; }
span { border-color: rgb(211,230,72); }
td.TdClassName
{
border-color: #D3E648;
}
.TagClassName
{
border-color: #D3E648;
}
</style>