Shades of Pear #D5E427
Tints of Pear #D5E427
RGB
CMYK
RGB Variations
Color information
#D5E427 (or 0xD5E427) is known color: Pear. HEX triplet: D5, E4 and 27. RGB value is (213,228,39). Sum of RGB (Red+Green+Blue) = 213+228+39=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 39 (15.62% from 255 or 8.12% from 480); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E427 is #2A1BD8. Grayscale: #CACACA. Windows color (decimal): -2759641 or 2614485. OLE color: 2614485.
HSL color Cylindrical-coordinate representation of color #D5E427: hue angle of 64.76º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5E427 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 39 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.11 |
| HSL | 64.76º | 0.78% | 0.52% | - |
| HSV(B) | 64.76º | 0.83% | 0.89% | - |
| XYZ | 55.55 | 69.78 | 12.46 | - |
| YUV | 201.97 | 36.03 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 39 | 0.07 | 0 | 0.83 | 0.11 | 64.76 | 0.78 | 0.52 |
| Hex | D5 | E4 | 27 | 7 | 0 | 53 | B | 41 | 4E | 34 |
| Octal | 325 | 344 | 47 | 7 | 0 | 123 | 13 | 101 | 116 | 64 |
| Binary | 11010101 | 11100100 | 100111 | 111 | 0 | 1010011 | 1011 | 1000001 | 1001110 | 110100 |
Color Harmonies of #D5E427
Complementary color
Monochromatic Colors of #D5E427
Black with #D5E427
Text Example
Text Example
White with #D5E427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E427; }
p { color: rgb(213,228,39); }
H1.HeaderClassName
{
color: #D5E427;
}
.AnyTagClassName
{
color: #D5E427;
}
</style>
background-color css
<style>
a { background-color: #D5E427; }
a { background-color: rgb(213,228,39); }
div.DivClassName
{
background-color: #D5E427;
}
.BgClassName
{
background-color: #D5E427;
}
</style>
border-color css
<style>
span { border-color: #D5E427; }
span { border-color: rgb(213,228,39); }
td.TdClassName
{
border-color: #D5E427;
}
.TagClassName
{
border-color: #D5E427;
}
</style>