Shades of Pear #D5FD3F
Tints of Pear #D5FD3F
RGB
CMYK
RGB Variations
Color information
#D5FD3F (or 0xD5FD3F) is known color: Pear. HEX triplet: D5, FD and 3F. RGB value is (213,253,63). Sum of RGB (Red+Green+Blue) = 213+253+63=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 63 (25% from 255 or 11.91% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FD3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FD3F is #2A02C0. Grayscale: #DCDCDC. Windows color (decimal): -2753217 or 4193749. OLE color: 4193749.
HSL color Cylindrical-coordinate representation of color #D5FD3F: hue angle of 72.63º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5FD3F is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 253 | 63 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.01 |
| HSL | 72.63º | 0.98% | 0.62% | - |
| HSV(B) | 72.63º | 0.75% | 0.99% | - |
| XYZ | 63.46 | 84.76 | 17.72 | - |
| YUV | 219.38 | 39.75 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 253 | 63 | 0.16 | 0 | 0.75 | 0.01 | 72.63 | 0.98 | 0.62 |
| Hex | D5 | FD | 3F | 10 | 0 | 4B | 1 | 49 | 62 | 3E |
| Octal | 325 | 375 | 77 | 20 | 0 | 113 | 1 | 111 | 142 | 76 |
| Binary | 11010101 | 11111101 | 111111 | 10000 | 0 | 1001011 | 1 | 1001001 | 1100010 | 111110 |
Color Harmonies of #D5FD3F
Complementary color
Monochromatic Colors of #D5FD3F
Black with #D5FD3F
Text Example
Text Example
White with #D5FD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FD3F; }
p { color: rgb(213,253,63); }
H1.HeaderClassName
{
color: #D5FD3F;
}
.AnyTagClassName
{
color: #D5FD3F;
}
</style>
background-color css
<style>
a { background-color: #D5FD3F; }
a { background-color: rgb(213,253,63); }
div.DivClassName
{
background-color: #D5FD3F;
}
.BgClassName
{
background-color: #D5FD3F;
}
</style>
border-color css
<style>
span { border-color: #D5FD3F; }
span { border-color: rgb(213,253,63); }
td.TdClassName
{
border-color: #D5FD3F;
}
.TagClassName
{
border-color: #D5FD3F;
}
</style>