Shades of Pear #D5EF36
Tints of Pear #D5EF36
RGB
CMYK
RGB Variations
Color information
#D5EF36 (or 0xD5EF36) is known color: Pear. HEX triplet: D5, EF and 36. RGB value is (213,239,54). Sum of RGB (Red+Green+Blue) = 213+239+54=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 54 (21.48% from 255 or 10.67% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EF36 is #2A10C9. Grayscale: #D2D2D2. Windows color (decimal): -2756810 or 3600341. OLE color: 3600341.
HSL color Cylindrical-coordinate representation of color #D5EF36: hue angle of 68.43º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5EF36 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 54 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.06 |
| HSL | 68.43º | 0.85% | 0.57% | - |
| HSV(B) | 68.43º | 0.77% | 0.94% | - |
| XYZ | 58.97 | 76.15 | 15.08 | - |
| YUV | 210.14 | 39.89 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 54 | 0.11 | 0 | 0.77 | 0.06 | 68.43 | 0.85 | 0.57 |
| Hex | D5 | EF | 36 | B | 0 | 4D | 6 | 44 | 55 | 39 |
| Octal | 325 | 357 | 66 | 13 | 0 | 115 | 6 | 104 | 125 | 71 |
| Binary | 11010101 | 11101111 | 110110 | 1011 | 0 | 1001101 | 110 | 1000100 | 1010101 | 111001 |
Color Harmonies of #D5EF36
Complementary color
Monochromatic Colors of #D5EF36
Black with #D5EF36
Text Example
Text Example
White with #D5EF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EF36; }
p { color: rgb(213,239,54); }
H1.HeaderClassName
{
color: #D5EF36;
}
.AnyTagClassName
{
color: #D5EF36;
}
</style>
background-color css
<style>
a { background-color: #D5EF36; }
a { background-color: rgb(213,239,54); }
div.DivClassName
{
background-color: #D5EF36;
}
.BgClassName
{
background-color: #D5EF36;
}
</style>
border-color css
<style>
span { border-color: #D5EF36; }
span { border-color: rgb(213,239,54); }
td.TdClassName
{
border-color: #D5EF36;
}
.TagClassName
{
border-color: #D5EF36;
}
</style>