Shades of Pear #D1EA27
Tints of Pear #D1EA27
RGB
CMYK
RGB Variations
Color information
#D1EA27 (or 0xD1EA27) is known color: Pear. HEX triplet: D1, EA and 27. RGB value is (209,234,39). Sum of RGB (Red+Green+Blue) = 209+234+39=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 39 (15.62% from 255 or 8.09% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EA27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EA27 is #2E15D8. Grayscale: #CDCDCD. Windows color (decimal): -3020249 or 2616017. OLE color: 2616017.
HSL color Cylindrical-coordinate representation of color #D1EA27: hue angle of 67.69º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1EA27 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 234 | 39 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.08 |
| HSL | 67.69º | 0.82% | 0.54% | - |
| HSV(B) | 67.69º | 0.83% | 0.92% | - |
| XYZ | 56.08 | 72.55 | 12.97 | - |
| YUV | 204.3 | 34.72 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 234 | 39 | 0.11 | 0 | 0.83 | 0.08 | 67.69 | 0.82 | 0.54 |
| Hex | D1 | EA | 27 | B | 0 | 53 | 8 | 44 | 52 | 36 |
| Octal | 321 | 352 | 47 | 13 | 0 | 123 | 10 | 104 | 122 | 66 |
| Binary | 11010001 | 11101010 | 100111 | 1011 | 0 | 1010011 | 1000 | 1000100 | 1010010 | 110110 |
Color Harmonies of #D1EA27
Complementary color
Monochromatic Colors of #D1EA27
Black with #D1EA27
Text Example
Text Example
White with #D1EA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EA27; }
p { color: rgb(209,234,39); }
H1.HeaderClassName
{
color: #D1EA27;
}
.AnyTagClassName
{
color: #D1EA27;
}
</style>
background-color css
<style>
a { background-color: #D1EA27; }
a { background-color: rgb(209,234,39); }
div.DivClassName
{
background-color: #D1EA27;
}
.BgClassName
{
background-color: #D1EA27;
}
</style>
border-color css
<style>
span { border-color: #D1EA27; }
span { border-color: rgb(209,234,39); }
td.TdClassName
{
border-color: #D1EA27;
}
.TagClassName
{
border-color: #D1EA27;
}
</style>