Shades of Pear #D2FD41
Tints of Pear #D2FD41
RGB
CMYK
RGB Variations
Color information
#D2FD41 (or 0xD2FD41) is known color: Pear. HEX triplet: D2, FD and 41. RGB value is (210,253,65). Sum of RGB (Red+Green+Blue) = 210+253+65=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 65 (25.78% from 255 or 12.31% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FD41 is #2D02BE. Grayscale: #DBDBDB. Windows color (decimal): -2949823 or 4324818. OLE color: 4324818.
HSL color Cylindrical-coordinate representation of color #D2FD41: hue angle of 73.72º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2FD41 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 65 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.01 |
| HSL | 73.72º | 0.98% | 0.62% | - |
| HSV(B) | 73.72º | 0.74% | 0.99% | - |
| XYZ | 62.66 | 84.33 | 17.98 | - |
| YUV | 218.71 | 41.25 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 65 | 0.17 | 0 | 0.74 | 0.01 | 73.72 | 0.98 | 0.62 |
| Hex | D2 | FD | 41 | 11 | 0 | 4A | 1 | 4A | 62 | 3E |
| Octal | 322 | 375 | 101 | 21 | 0 | 112 | 1 | 112 | 142 | 76 |
| Binary | 11010010 | 11111101 | 1000001 | 10001 | 0 | 1001010 | 1 | 1001010 | 1100010 | 111110 |
Color Harmonies of #D2FD41
Complementary color
Monochromatic Colors of #D2FD41
Black with #D2FD41
Text Example
Text Example
White with #D2FD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FD41; }
p { color: rgb(210,253,65); }
H1.HeaderClassName
{
color: #D2FD41;
}
.AnyTagClassName
{
color: #D2FD41;
}
</style>
background-color css
<style>
a { background-color: #D2FD41; }
a { background-color: rgb(210,253,65); }
div.DivClassName
{
background-color: #D2FD41;
}
.BgClassName
{
background-color: #D2FD41;
}
</style>
border-color css
<style>
span { border-color: #D2FD41; }
span { border-color: rgb(210,253,65); }
td.TdClassName
{
border-color: #D2FD41;
}
.TagClassName
{
border-color: #D2FD41;
}
</style>