Shades of Pear #D5EE27
Tints of Pear #D5EE27
RGB
CMYK
RGB Variations
Color information
#D5EE27 (or 0xD5EE27) is known color: Pear. HEX triplet: D5, EE and 27. RGB value is (213,238,39). Sum of RGB (Red+Green+Blue) = 213+238+39=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 39 (15.62% from 255 or 7.96% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EE27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EE27 is #2A11D8. Grayscale: #D0D0D0. Windows color (decimal): -2757081 or 2617045. OLE color: 2617045.
HSL color Cylindrical-coordinate representation of color #D5EE27: hue angle of 67.54º 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 #D5EE27 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 238 | 39 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.07 |
| HSL | 67.54º | 0.85% | 0.54% | - |
| HSV(B) | 67.54º | 0.84% | 0.93% | - |
| XYZ | 58.38 | 75.44 | 13.4 | - |
| YUV | 207.84 | 32.72 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 238 | 39 | 0.11 | 0 | 0.84 | 0.07 | 67.54 | 0.85 | 0.54 |
| Hex | D5 | EE | 27 | B | 0 | 54 | 7 | 44 | 55 | 36 |
| Octal | 325 | 356 | 47 | 13 | 0 | 124 | 7 | 104 | 125 | 66 |
| Binary | 11010101 | 11101110 | 100111 | 1011 | 0 | 1010100 | 111 | 1000100 | 1010101 | 110110 |
Color Harmonies of #D5EE27
Complementary color
Monochromatic Colors of #D5EE27
Black with #D5EE27
Text Example
Text Example
White with #D5EE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EE27; }
p { color: rgb(213,238,39); }
H1.HeaderClassName
{
color: #D5EE27;
}
.AnyTagClassName
{
color: #D5EE27;
}
</style>
background-color css
<style>
a { background-color: #D5EE27; }
a { background-color: rgb(213,238,39); }
div.DivClassName
{
background-color: #D5EE27;
}
.BgClassName
{
background-color: #D5EE27;
}
</style>
border-color css
<style>
span { border-color: #D5EE27; }
span { border-color: rgb(213,238,39); }
td.TdClassName
{
border-color: #D5EE27;
}
.TagClassName
{
border-color: #D5EE27;
}
</style>