Shades of Pear #D5E61F
Tints of Pear #D5E61F
RGB
CMYK
RGB Variations
Color information
#D5E61F (or 0xD5E61F) is known color: Pear. HEX triplet: D5, E6 and 1F. RGB value is (213,230,31). Sum of RGB (Red+Green+Blue) = 213+230+31=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 230 (90.23% from 255 or 48.52% from 474); Blue value is 31 (12.5% from 255 or 6.54% from 474); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E61F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E61F is #2A19E0. Grayscale: #CBCBCB. Windows color (decimal): -2759137 or 2090709. OLE color: 2090709.
HSL color Cylindrical-coordinate representation of color #D5E61F: hue angle of 65.13º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5E61F is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 31 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.10 |
| HSL | 65.13º | 0.8% | 0.51% | - |
| HSV(B) | 65.13º | 0.87% | 0.9% | - |
| XYZ | 55.98 | 70.84 | 12.02 | - |
| YUV | 202.23 | 31.37 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 31 | 0.07 | 0 | 0.87 | 0.10 | 65.13 | 0.8 | 0.51 |
| Hex | D5 | E6 | 1F | 7 | 0 | 57 | A | 41 | 50 | 33 |
| Octal | 325 | 346 | 37 | 7 | 0 | 127 | 12 | 101 | 120 | 63 |
| Binary | 11010101 | 11100110 | 11111 | 111 | 0 | 1010111 | 1010 | 1000001 | 1010000 | 110011 |
Color Harmonies of #D5E61F
Complementary color
Monochromatic Colors of #D5E61F
Black with #D5E61F
Text Example
Text Example
White with #D5E61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E61F; }
p { color: rgb(213,230,31); }
H1.HeaderClassName
{
color: #D5E61F;
}
.AnyTagClassName
{
color: #D5E61F;
}
</style>
background-color css
<style>
a { background-color: #D5E61F; }
a { background-color: rgb(213,230,31); }
div.DivClassName
{
background-color: #D5E61F;
}
.BgClassName
{
background-color: #D5E61F;
}
</style>
border-color css
<style>
span { border-color: #D5E61F; }
span { border-color: rgb(213,230,31); }
td.TdClassName
{
border-color: #D5E61F;
}
.TagClassName
{
border-color: #D5E61F;
}
</style>