Shades of Pear #D5E646
Tints of Pear #D5E646
RGB
CMYK
RGB Variations
Color information
#D5E646 (or 0xD5E646) is known color: Pear. HEX triplet: D5, E6 and 46. RGB value is (213,230,70). Sum of RGB (Red+Green+Blue) = 213+230+70=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 70 (27.73% from 255 or 13.65% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E646 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E646 is #2A19B9. Grayscale: #CFCFCF. Windows color (decimal): -2759098 or 4646613. OLE color: 4646613.
HSL color Cylindrical-coordinate representation of color #D5E646: hue angle of 66.38º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5E646 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 70 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.10 |
| HSL | 66.38º | 0.76% | 0.59% | - |
| HSV(B) | 66.38º | 0.7% | 0.9% | - |
| XYZ | 56.84 | 71.18 | 16.54 | - |
| YUV | 206.68 | 50.87 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 70 | 0.07 | 0 | 0.70 | 0.10 | 66.38 | 0.76 | 0.59 |
| Hex | D5 | E6 | 46 | 7 | 0 | 46 | A | 42 | 4C | 3B |
| Octal | 325 | 346 | 106 | 7 | 0 | 106 | 12 | 102 | 114 | 73 |
| Binary | 11010101 | 11100110 | 1000110 | 111 | 0 | 1000110 | 1010 | 1000010 | 1001100 | 111011 |
Color Harmonies of #D5E646
Complementary color
Monochromatic Colors of #D5E646
Black with #D5E646
Text Example
Text Example
White with #D5E646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E646; }
p { color: rgb(213,230,70); }
H1.HeaderClassName
{
color: #D5E646;
}
.AnyTagClassName
{
color: #D5E646;
}
</style>
background-color css
<style>
a { background-color: #D5E646; }
a { background-color: rgb(213,230,70); }
div.DivClassName
{
background-color: #D5E646;
}
.BgClassName
{
background-color: #D5E646;
}
</style>
border-color css
<style>
span { border-color: #D5E646; }
span { border-color: rgb(213,230,70); }
td.TdClassName
{
border-color: #D5E646;
}
.TagClassName
{
border-color: #D5E646;
}
</style>