Shades of Pear #D5FD2C
Tints of Pear #D5FD2C
RGB
CMYK
RGB Variations
Color information
#D5FD2C (or 0xD5FD2C) is known color: Pear. HEX triplet: D5, FD and 2C. RGB value is (213,253,44). Sum of RGB (Red+Green+Blue) = 213+253+44=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 44 (17.58% from 255 or 8.63% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FD2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FD2C is #2A02D3. Grayscale: #DADADA. Windows color (decimal): -2753236 or 2948565. OLE color: 2948565.
HSL color Cylindrical-coordinate representation of color #D5FD2C: hue angle of 71.48º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5FD2C is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 253 | 44 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.01 |
| HSL | 71.48º | 0.98% | 0.58% | - |
| HSV(B) | 71.48º | 0.83% | 0.99% | - |
| XYZ | 63.02 | 84.58 | 15.39 | - |
| YUV | 217.21 | 30.25 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 253 | 44 | 0.16 | 0 | 0.83 | 0.01 | 71.48 | 0.98 | 0.58 |
| Hex | D5 | FD | 2C | 10 | 0 | 53 | 1 | 47 | 62 | 3A |
| Octal | 325 | 375 | 54 | 20 | 0 | 123 | 1 | 107 | 142 | 72 |
| Binary | 11010101 | 11111101 | 101100 | 10000 | 0 | 1010011 | 1 | 1000111 | 1100010 | 111010 |
Color Harmonies of #D5FD2C
Complementary color
Monochromatic Colors of #D5FD2C
Black with #D5FD2C
Text Example
Text Example
White with #D5FD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FD2C; }
p { color: rgb(213,253,44); }
H1.HeaderClassName
{
color: #D5FD2C;
}
.AnyTagClassName
{
color: #D5FD2C;
}
</style>
background-color css
<style>
a { background-color: #D5FD2C; }
a { background-color: rgb(213,253,44); }
div.DivClassName
{
background-color: #D5FD2C;
}
.BgClassName
{
background-color: #D5FD2C;
}
</style>
border-color css
<style>
span { border-color: #D5FD2C; }
span { border-color: rgb(213,253,44); }
td.TdClassName
{
border-color: #D5FD2C;
}
.TagClassName
{
border-color: #D5FD2C;
}
</style>