Shades of Pear #D1EF26
Tints of Pear #D1EF26
RGB
CMYK
RGB Variations
Color information
#D1EF26 (or 0xD1EF26) is known color: Pear. HEX triplet: D1, EF and 26. RGB value is (209,239,38). Sum of RGB (Red+Green+Blue) = 209+239+38=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 38 (15.23% from 255 or 7.82% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EF26 is #2E10D9. Grayscale: #CFCFCF. Windows color (decimal): -3018970 or 2551761. OLE color: 2551761.
HSL color Cylindrical-coordinate representation of color #D1EF26: hue angle of 68.96º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1EF26 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 239 | 38 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.06 |
| HSL | 68.96º | 0.86% | 0.54% | - |
| HSV(B) | 68.96º | 0.84% | 0.94% | - |
| XYZ | 57.51 | 75.43 | 13.36 | - |
| YUV | 207.12 | 32.56 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 38 | 0.13 | 0 | 0.84 | 0.06 | 68.96 | 0.86 | 0.54 |
| Hex | D1 | EF | 26 | D | 0 | 54 | 6 | 45 | 56 | 36 |
| Octal | 321 | 357 | 46 | 15 | 0 | 124 | 6 | 105 | 126 | 66 |
| Binary | 11010001 | 11101111 | 100110 | 1101 | 0 | 1010100 | 110 | 1000101 | 1010110 | 110110 |
Color Harmonies of #D1EF26
Complementary color
Monochromatic Colors of #D1EF26
Black with #D1EF26
Text Example
Text Example
White with #D1EF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EF26; }
p { color: rgb(209,239,38); }
H1.HeaderClassName
{
color: #D1EF26;
}
.AnyTagClassName
{
color: #D1EF26;
}
</style>
background-color css
<style>
a { background-color: #D1EF26; }
a { background-color: rgb(209,239,38); }
div.DivClassName
{
background-color: #D1EF26;
}
.BgClassName
{
background-color: #D1EF26;
}
</style>
border-color css
<style>
span { border-color: #D1EF26; }
span { border-color: rgb(209,239,38); }
td.TdClassName
{
border-color: #D1EF26;
}
.TagClassName
{
border-color: #D1EF26;
}
</style>