Shades of Pear #D3FC4B
Tints of Pear #D3FC4B
RGB
CMYK
RGB Variations
Color information
#D3FC4B (or 0xD3FC4B) is known color: Pear. HEX triplet: D3, FC and 4B. RGB value is (211,252,75). Sum of RGB (Red+Green+Blue) = 211+252+75=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 75 (29.69% from 255 or 13.94% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FC4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FC4B is #2C03B4. Grayscale: #DCDCDC. Windows color (decimal): -2884533 or 4979923. OLE color: 4979923.
HSL color Cylindrical-coordinate representation of color #D3FC4B: hue angle of 73.9º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3FC4B is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 252 | 75 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.01 |
| HSL | 73.9º | 0.97% | 0.64% | - |
| HSV(B) | 73.9º | 0.7% | 0.99% | - |
| XYZ | 62.94 | 83.98 | 19.55 | - |
| YUV | 219.56 | 46.42 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 252 | 75 | 0.16 | 0 | 0.70 | 0.01 | 73.9 | 0.97 | 0.64 |
| Hex | D3 | FC | 4B | 10 | 0 | 46 | 1 | 4A | 61 | 40 |
| Octal | 323 | 374 | 113 | 20 | 0 | 106 | 1 | 112 | 141 | 100 |
| Binary | 11010011 | 11111100 | 1001011 | 10000 | 0 | 1000110 | 1 | 1001010 | 1100001 | 1000000 |
Color Harmonies of #D3FC4B
Complementary color
Monochromatic Colors of #D3FC4B
Black with #D3FC4B
Text Example
Text Example
White with #D3FC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FC4B; }
p { color: rgb(211,252,75); }
H1.HeaderClassName
{
color: #D3FC4B;
}
.AnyTagClassName
{
color: #D3FC4B;
}
</style>
background-color css
<style>
a { background-color: #D3FC4B; }
a { background-color: rgb(211,252,75); }
div.DivClassName
{
background-color: #D3FC4B;
}
.BgClassName
{
background-color: #D3FC4B;
}
</style>
border-color css
<style>
span { border-color: #D3FC4B; }
span { border-color: rgb(211,252,75); }
td.TdClassName
{
border-color: #D3FC4B;
}
.TagClassName
{
border-color: #D3FC4B;
}
</style>