Shades of Pear #D3FE41
Tints of Pear #D3FE41
RGB
CMYK
RGB Variations
Color information
#D3FE41 (or 0xD3FE41) is known color: Pear. HEX triplet: D3, FE and 41. RGB value is (211,254,65). Sum of RGB (Red+Green+Blue) = 211+254+65=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 65 (25.78% from 255 or 12.26% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #D3FE41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FE41 is #2C01BE. Grayscale: #DCDCDC. Windows color (decimal): -2884031 or 4325075. OLE color: 4325075.
HSL color Cylindrical-coordinate representation of color #D3FE41: hue angle of 73.65º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3FE41 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 254 | 65 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.00 |
| HSL | 73.65º | 0.99% | 0.63% | - |
| HSV(B) | 73.65º | 0.74% | 1% | - |
| XYZ | 63.26 | 85.11 | 18.1 | - |
| YUV | 219.6 | 40.75 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 254 | 65 | 0.17 | 0 | 0.74 | 0.00 | 73.65 | 0.99 | 0.63 |
| Hex | D3 | FE | 41 | 11 | 0 | 4A | 0 | 4A | 63 | 3F |
| Octal | 323 | 376 | 101 | 21 | 0 | 112 | 0 | 112 | 143 | 77 |
| Binary | 11010011 | 11111110 | 1000001 | 10001 | 0 | 1001010 | 0 | 1001010 | 1100011 | 111111 |
Color Harmonies of #D3FE41
Complementary color
Monochromatic Colors of #D3FE41
Black with #D3FE41
Text Example
Text Example
White with #D3FE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FE41; }
p { color: rgb(211,254,65); }
H1.HeaderClassName
{
color: #D3FE41;
}
.AnyTagClassName
{
color: #D3FE41;
}
</style>
background-color css
<style>
a { background-color: #D3FE41; }
a { background-color: rgb(211,254,65); }
div.DivClassName
{
background-color: #D3FE41;
}
.BgClassName
{
background-color: #D3FE41;
}
</style>
border-color css
<style>
span { border-color: #D3FE41; }
span { border-color: rgb(211,254,65); }
td.TdClassName
{
border-color: #D3FE41;
}
.TagClassName
{
border-color: #D3FE41;
}
</style>