Shades of Pear #D5FD45
Tints of Pear #D5FD45
RGB
CMYK
RGB Variations
Color information
#D5FD45 (or 0xD5FD45) is known color: Pear. HEX triplet: D5, FD and 45. RGB value is (213,253,69). Sum of RGB (Red+Green+Blue) = 213+253+69=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 69 (27.34% from 255 or 12.90% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FD45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FD45 is #2A02BA. Grayscale: #DCDCDC. Windows color (decimal): -2753211 or 4586965. OLE color: 4586965.
HSL color Cylindrical-coordinate representation of color #D5FD45: hue angle of 73.04º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5FD45 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 253 | 69 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.01 |
| HSL | 73.04º | 0.98% | 0.63% | - |
| HSV(B) | 73.04º | 0.73% | 0.99% | - |
| XYZ | 63.64 | 84.83 | 18.65 | - |
| YUV | 220.06 | 42.75 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 253 | 69 | 0.16 | 0 | 0.73 | 0.01 | 73.04 | 0.98 | 0.63 |
| Hex | D5 | FD | 45 | 10 | 0 | 49 | 1 | 49 | 62 | 3F |
| Octal | 325 | 375 | 105 | 20 | 0 | 111 | 1 | 111 | 142 | 77 |
| Binary | 11010101 | 11111101 | 1000101 | 10000 | 0 | 1001001 | 1 | 1001001 | 1100010 | 111111 |
Color Harmonies of #D5FD45
Complementary color
Monochromatic Colors of #D5FD45
Black with #D5FD45
Text Example
Text Example
White with #D5FD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FD45; }
p { color: rgb(213,253,69); }
H1.HeaderClassName
{
color: #D5FD45;
}
.AnyTagClassName
{
color: #D5FD45;
}
</style>
background-color css
<style>
a { background-color: #D5FD45; }
a { background-color: rgb(213,253,69); }
div.DivClassName
{
background-color: #D5FD45;
}
.BgClassName
{
background-color: #D5FD45;
}
</style>
border-color css
<style>
span { border-color: #D5FD45; }
span { border-color: rgb(213,253,69); }
td.TdClassName
{
border-color: #D5FD45;
}
.TagClassName
{
border-color: #D5FD45;
}
</style>