Shades of Pear #D3EB27
Tints of Pear #D3EB27
RGB
CMYK
RGB Variations
Color information
#D3EB27 (or 0xD3EB27) is known color: Pear. HEX triplet: D3, EB and 27. RGB value is (211,235,39). Sum of RGB (Red+Green+Blue) = 211+235+39=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 39 (15.62% from 255 or 8.04% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3EB27 is #2C14D8. Grayscale: #CECECE. Windows color (decimal): -2888921 or 2616275. OLE color: 2616275.
HSL color Cylindrical-coordinate representation of color #D3EB27: hue angle of 67.35º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3EB27 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 39 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.08 |
| HSL | 67.35º | 0.83% | 0.54% | - |
| HSV(B) | 67.35º | 0.83% | 0.92% | - |
| XYZ | 56.94 | 73.41 | 13.09 | - |
| YUV | 205.48 | 34.05 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 39 | 0.10 | 0 | 0.83 | 0.08 | 67.35 | 0.83 | 0.54 |
| Hex | D3 | EB | 27 | A | 0 | 53 | 8 | 43 | 53 | 36 |
| Octal | 323 | 353 | 47 | 12 | 0 | 123 | 10 | 103 | 123 | 66 |
| Binary | 11010011 | 11101011 | 100111 | 1010 | 0 | 1010011 | 1000 | 1000011 | 1010011 | 110110 |
Color Harmonies of #D3EB27
Complementary color
Monochromatic Colors of #D3EB27
Black with #D3EB27
Text Example
Text Example
White with #D3EB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EB27; }
p { color: rgb(211,235,39); }
H1.HeaderClassName
{
color: #D3EB27;
}
.AnyTagClassName
{
color: #D3EB27;
}
</style>
background-color css
<style>
a { background-color: #D3EB27; }
a { background-color: rgb(211,235,39); }
div.DivClassName
{
background-color: #D3EB27;
}
.BgClassName
{
background-color: #D3EB27;
}
</style>
border-color css
<style>
span { border-color: #D3EB27; }
span { border-color: rgb(211,235,39); }
td.TdClassName
{
border-color: #D3EB27;
}
.TagClassName
{
border-color: #D3EB27;
}
</style>