Shades of Pear #D5E71B
Tints of Pear #D5E71B
RGB
CMYK
RGB Variations
Color information
#D5E71B (or 0xD5E71B) is known color: Pear. HEX triplet: D5, E7 and 1B. RGB value is (213,231,27). Sum of RGB (Red+Green+Blue) = 213+231+27=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 231 (90.62% from 255 or 49.04% from 471); Blue value is 27 (10.94% from 255 or 5.73% from 471); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E71B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E71B is #2A18E4. Grayscale: #CBCBCB. Windows color (decimal): -2758885 or 1828821. OLE color: 1828821.
HSL color Cylindrical-coordinate representation of color #D5E71B: hue angle of 65.29º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5E71B is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 231 | 27 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.09 |
| HSL | 65.29º | 0.81% | 0.51% | - |
| HSV(B) | 65.29º | 0.88% | 0.91% | - |
| XYZ | 56.21 | 71.38 | 11.85 | - |
| YUV | 202.36 | 29.04 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 231 | 27 | 0.08 | 0 | 0.88 | 0.09 | 65.29 | 0.81 | 0.51 |
| Hex | D5 | E7 | 1B | 8 | 0 | 58 | 9 | 41 | 51 | 33 |
| Octal | 325 | 347 | 33 | 10 | 0 | 130 | 11 | 101 | 121 | 63 |
| Binary | 11010101 | 11100111 | 11011 | 1000 | 0 | 1011000 | 1001 | 1000001 | 1010001 | 110011 |
Color Harmonies of #D5E71B
Complementary color
Monochromatic Colors of #D5E71B
Black with #D5E71B
Text Example
Text Example
White with #D5E71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E71B; }
p { color: rgb(213,231,27); }
H1.HeaderClassName
{
color: #D5E71B;
}
.AnyTagClassName
{
color: #D5E71B;
}
</style>
background-color css
<style>
a { background-color: #D5E71B; }
a { background-color: rgb(213,231,27); }
div.DivClassName
{
background-color: #D5E71B;
}
.BgClassName
{
background-color: #D5E71B;
}
</style>
border-color css
<style>
span { border-color: #D5E71B; }
span { border-color: rgb(213,231,27); }
td.TdClassName
{
border-color: #D5E71B;
}
.TagClassName
{
border-color: #D5E71B;
}
</style>