Shades of Pear #D5E31F
Tints of Pear #D5E31F
RGB
CMYK
RGB Variations
Color information
#D5E31F (or 0xD5E31F) is known color: Pear. HEX triplet: D5, E3 and 1F. RGB value is (213,227,31). Sum of RGB (Red+Green+Blue) = 213+227+31=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 31 (12.5% from 255 or 6.58% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E31F is #2A1CE0. Grayscale: #C9C9C9. Windows color (decimal): -2759905 or 2089941. OLE color: 2089941.
HSL color Cylindrical-coordinate representation of color #D5E31F: hue angle of 64.29º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5E31F is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 227 | 31 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.11 |
| HSL | 64.29º | 0.78% | 0.51% | - |
| HSV(B) | 64.29º | 0.86% | 0.89% | - |
| XYZ | 55.16 | 69.18 | 11.74 | - |
| YUV | 200.47 | 32.36 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 227 | 31 | 0.06 | 0 | 0.86 | 0.11 | 64.29 | 0.78 | 0.51 |
| Hex | D5 | E3 | 1F | 6 | 0 | 56 | B | 40 | 4E | 33 |
| Octal | 325 | 343 | 37 | 6 | 0 | 126 | 13 | 100 | 116 | 63 |
| Binary | 11010101 | 11100011 | 11111 | 110 | 0 | 1010110 | 1011 | 1000000 | 1001110 | 110011 |
Color Harmonies of #D5E31F
Complementary color
Monochromatic Colors of #D5E31F
Black with #D5E31F
Text Example
Text Example
White with #D5E31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E31F; }
p { color: rgb(213,227,31); }
H1.HeaderClassName
{
color: #D5E31F;
}
.AnyTagClassName
{
color: #D5E31F;
}
</style>
background-color css
<style>
a { background-color: #D5E31F; }
a { background-color: rgb(213,227,31); }
div.DivClassName
{
background-color: #D5E31F;
}
.BgClassName
{
background-color: #D5E31F;
}
</style>
border-color css
<style>
span { border-color: #D5E31F; }
span { border-color: rgb(213,227,31); }
td.TdClassName
{
border-color: #D5E31F;
}
.TagClassName
{
border-color: #D5E31F;
}
</style>