Shades of Pear #D5FD28
Tints of Pear #D5FD28
RGB
CMYK
RGB Variations
Color information
#D5FD28 (or 0xD5FD28) is known color: Pear. HEX triplet: D5, FD and 28. RGB value is (213,253,40). Sum of RGB (Red+Green+Blue) = 213+253+40=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 40 (16.02% from 255 or 7.91% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FD28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FD28 is #2A02D7. Grayscale: #D9D9D9. Windows color (decimal): -2753240 or 2686421. OLE color: 2686421.
HSL color Cylindrical-coordinate representation of color #D5FD28: hue angle of 71.27º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5FD28 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 253 | 40 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.01 |
| HSL | 71.27º | 0.98% | 0.57% | - |
| HSV(B) | 71.27º | 0.84% | 0.99% | - |
| XYZ | 62.95 | 84.55 | 15.01 | - |
| YUV | 216.76 | 28.25 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 253 | 40 | 0.16 | 0 | 0.84 | 0.01 | 71.27 | 0.98 | 0.57 |
| Hex | D5 | FD | 28 | 10 | 0 | 54 | 1 | 47 | 62 | 39 |
| Octal | 325 | 375 | 50 | 20 | 0 | 124 | 1 | 107 | 142 | 71 |
| Binary | 11010101 | 11111101 | 101000 | 10000 | 0 | 1010100 | 1 | 1000111 | 1100010 | 111001 |
Color Harmonies of #D5FD28
Complementary color
Monochromatic Colors of #D5FD28
Black with #D5FD28
Text Example
Text Example
White with #D5FD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FD28; }
p { color: rgb(213,253,40); }
H1.HeaderClassName
{
color: #D5FD28;
}
.AnyTagClassName
{
color: #D5FD28;
}
</style>
background-color css
<style>
a { background-color: #D5FD28; }
a { background-color: rgb(213,253,40); }
div.DivClassName
{
background-color: #D5FD28;
}
.BgClassName
{
background-color: #D5FD28;
}
</style>
border-color css
<style>
span { border-color: #D5FD28; }
span { border-color: rgb(213,253,40); }
td.TdClassName
{
border-color: #D5FD28;
}
.TagClassName
{
border-color: #D5FD28;
}
</style>