Shades of Pear #D3FC41
Tints of Pear #D3FC41
RGB
CMYK
RGB Variations
Color information
#D3FC41 (or 0xD3FC41) is known color: Pear. HEX triplet: D3, FC and 41. RGB value is (211,252,65). Sum of RGB (Red+Green+Blue) = 211+252+65=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 65 (25.78% from 255 or 12.31% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FC41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FC41 is #2C03BE. Grayscale: #DBDBDB. Windows color (decimal): -2884543 or 4324563. OLE color: 4324563.
HSL color Cylindrical-coordinate representation of color #D3FC41: hue angle of 73.16º degrees, saturation: 0.97, 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 #D3FC41 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 252 | 65 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.01 |
| HSL | 73.16º | 0.97% | 0.62% | - |
| HSV(B) | 73.16º | 0.74% | 0.99% | - |
| XYZ | 62.63 | 83.85 | 17.89 | - |
| YUV | 218.42 | 41.42 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 252 | 65 | 0.16 | 0 | 0.74 | 0.01 | 73.16 | 0.97 | 0.62 |
| Hex | D3 | FC | 41 | 10 | 0 | 4A | 1 | 49 | 61 | 3E |
| Octal | 323 | 374 | 101 | 20 | 0 | 112 | 1 | 111 | 141 | 76 |
| Binary | 11010011 | 11111100 | 1000001 | 10000 | 0 | 1001010 | 1 | 1001001 | 1100001 | 111110 |
Color Harmonies of #D3FC41
Complementary color
Monochromatic Colors of #D3FC41
Black with #D3FC41
Text Example
Text Example
White with #D3FC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FC41; }
p { color: rgb(211,252,65); }
H1.HeaderClassName
{
color: #D3FC41;
}
.AnyTagClassName
{
color: #D3FC41;
}
</style>
background-color css
<style>
a { background-color: #D3FC41; }
a { background-color: rgb(211,252,65); }
div.DivClassName
{
background-color: #D3FC41;
}
.BgClassName
{
background-color: #D3FC41;
}
</style>
border-color css
<style>
span { border-color: #D3FC41; }
span { border-color: rgb(211,252,65); }
td.TdClassName
{
border-color: #D3FC41;
}
.TagClassName
{
border-color: #D3FC41;
}
</style>