Shades of Pear #D5EF37
Tints of Pear #D5EF37
RGB
CMYK
RGB Variations
Color information
#D5EF37 (or 0xD5EF37) is known color: Pear. HEX triplet: D5, EF and 37. RGB value is (213,239,55). Sum of RGB (Red+Green+Blue) = 213+239+55=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 55 (21.88% from 255 or 10.85% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EF37 is #2A10C8. Grayscale: #D2D2D2. Windows color (decimal): -2756809 or 3665877. OLE color: 3665877.
HSL color Cylindrical-coordinate representation of color #D5EF37: hue angle of 68.48º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5EF37 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 55 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.06 |
| HSL | 68.48º | 0.85% | 0.58% | - |
| HSV(B) | 68.48º | 0.77% | 0.94% | - |
| XYZ | 59 | 76.15 | 15.2 | - |
| YUV | 210.25 | 40.39 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 55 | 0.11 | 0 | 0.77 | 0.06 | 68.48 | 0.85 | 0.58 |
| Hex | D5 | EF | 37 | B | 0 | 4D | 6 | 44 | 55 | 3A |
| Octal | 325 | 357 | 67 | 13 | 0 | 115 | 6 | 104 | 125 | 72 |
| Binary | 11010101 | 11101111 | 110111 | 1011 | 0 | 1001101 | 110 | 1000100 | 1010101 | 111010 |
Color Harmonies of #D5EF37
Complementary color
Monochromatic Colors of #D5EF37
Black with #D5EF37
Text Example
Text Example
White with #D5EF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EF37; }
p { color: rgb(213,239,55); }
H1.HeaderClassName
{
color: #D5EF37;
}
.AnyTagClassName
{
color: #D5EF37;
}
</style>
background-color css
<style>
a { background-color: #D5EF37; }
a { background-color: rgb(213,239,55); }
div.DivClassName
{
background-color: #D5EF37;
}
.BgClassName
{
background-color: #D5EF37;
}
</style>
border-color css
<style>
span { border-color: #D5EF37; }
span { border-color: rgb(213,239,55); }
td.TdClassName
{
border-color: #D5EF37;
}
.TagClassName
{
border-color: #D5EF37;
}
</style>