Shades of Pear #D5F645
Tints of Pear #D5F645
RGB
CMYK
RGB Variations
Color information
#D5F645 (or 0xD5F645) is known color: Pear. HEX triplet: D5, F6 and 45. RGB value is (213,246,69). Sum of RGB (Red+Green+Blue) = 213+246+69=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 69 (27.34% from 255 or 13.07% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #D5F645 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F645 is #2A09BA. Grayscale: #D8D8D8. Windows color (decimal): -2755003 or 4585173. OLE color: 4585173.
HSL color Cylindrical-coordinate representation of color #D5F645: hue angle of 71.19º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5F645 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 246 | 69 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.04 |
| HSL | 71.19º | 0.91% | 0.62% | - |
| HSV(B) | 71.19º | 0.72% | 0.96% | - |
| XYZ | 61.47 | 80.49 | 17.93 | - |
| YUV | 215.96 | 45.07 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 246 | 69 | 0.13 | 0 | 0.72 | 0.04 | 71.19 | 0.91 | 0.62 |
| Hex | D5 | F6 | 45 | D | 0 | 48 | 4 | 47 | 5B | 3E |
| Octal | 325 | 366 | 105 | 15 | 0 | 110 | 4 | 107 | 133 | 76 |
| Binary | 11010101 | 11110110 | 1000101 | 1101 | 0 | 1001000 | 100 | 1000111 | 1011011 | 111110 |
Color Harmonies of #D5F645
Complementary color
Monochromatic Colors of #D5F645
Black with #D5F645
Text Example
Text Example
White with #D5F645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F645; }
p { color: rgb(213,246,69); }
H1.HeaderClassName
{
color: #D5F645;
}
.AnyTagClassName
{
color: #D5F645;
}
</style>
background-color css
<style>
a { background-color: #D5F645; }
a { background-color: rgb(213,246,69); }
div.DivClassName
{
background-color: #D5F645;
}
.BgClassName
{
background-color: #D5F645;
}
</style>
border-color css
<style>
span { border-color: #D5F645; }
span { border-color: rgb(213,246,69); }
td.TdClassName
{
border-color: #D5F645;
}
.TagClassName
{
border-color: #D5F645;
}
</style>