Shades of Pear #D3EE27
Tints of Pear #D3EE27
RGB
CMYK
RGB Variations
Color information
#D3EE27 (or 0xD3EE27) is known color: Pear. HEX triplet: D3, EE and 27. RGB value is (211,238,39). Sum of RGB (Red+Green+Blue) = 211+238+39=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 39 (15.62% from 255 or 7.99% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #D3EE27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3EE27 is #2C11D8. Grayscale: #D0D0D0. Windows color (decimal): -2888153 or 2617043. OLE color: 2617043.
HSL color Cylindrical-coordinate representation of color #D3EE27: hue angle of 68.14º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3EE27 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 238 | 39 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.07 |
| HSL | 68.14º | 0.85% | 0.54% | - |
| HSV(B) | 68.14º | 0.84% | 0.93% | - |
| XYZ | 57.8 | 75.14 | 13.38 | - |
| YUV | 207.24 | 33.05 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 238 | 39 | 0.11 | 0 | 0.84 | 0.07 | 68.14 | 0.85 | 0.54 |
| Hex | D3 | EE | 27 | B | 0 | 54 | 7 | 44 | 55 | 36 |
| Octal | 323 | 356 | 47 | 13 | 0 | 124 | 7 | 104 | 125 | 66 |
| Binary | 11010011 | 11101110 | 100111 | 1011 | 0 | 1010100 | 111 | 1000100 | 1010101 | 110110 |
Color Harmonies of #D3EE27
Complementary color
Monochromatic Colors of #D3EE27
Black with #D3EE27
Text Example
Text Example
White with #D3EE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EE27; }
p { color: rgb(211,238,39); }
H1.HeaderClassName
{
color: #D3EE27;
}
.AnyTagClassName
{
color: #D3EE27;
}
</style>
background-color css
<style>
a { background-color: #D3EE27; }
a { background-color: rgb(211,238,39); }
div.DivClassName
{
background-color: #D3EE27;
}
.BgClassName
{
background-color: #D3EE27;
}
</style>
border-color css
<style>
span { border-color: #D3EE27; }
span { border-color: rgb(211,238,39); }
td.TdClassName
{
border-color: #D3EE27;
}
.TagClassName
{
border-color: #D3EE27;
}
</style>