Shades of Pear #D3FC23
Tints of Pear #D3FC23
RGB
CMYK
RGB Variations
Color information
#D3FC23 (or 0xD3FC23) is known color: Pear. HEX triplet: D3, FC and 23. RGB value is (211,252,35). Sum of RGB (Red+Green+Blue) = 211+252+35=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 35 (14.06% from 255 or 7.03% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FC23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FC23 is #2C03DC. Grayscale: #D7D7D7. Windows color (decimal): -2884573 or 2358483. OLE color: 2358483.
HSL color Cylindrical-coordinate representation of color #D3FC23: hue angle of 71.34º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3FC23 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 252 | 35 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.01 |
| HSL | 71.34º | 0.97% | 0.56% | - |
| HSV(B) | 71.34º | 0.86% | 0.99% | - |
| XYZ | 61.98 | 83.59 | 14.46 | - |
| YUV | 215 | 26.42 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 252 | 35 | 0.16 | 0 | 0.86 | 0.01 | 71.34 | 0.97 | 0.56 |
| Hex | D3 | FC | 23 | 10 | 0 | 56 | 1 | 47 | 61 | 38 |
| Octal | 323 | 374 | 43 | 20 | 0 | 126 | 1 | 107 | 141 | 70 |
| Binary | 11010011 | 11111100 | 100011 | 10000 | 0 | 1010110 | 1 | 1000111 | 1100001 | 111000 |
Color Harmonies of #D3FC23
Complementary color
Monochromatic Colors of #D3FC23
Black with #D3FC23
Text Example
Text Example
White with #D3FC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FC23; }
p { color: rgb(211,252,35); }
H1.HeaderClassName
{
color: #D3FC23;
}
.AnyTagClassName
{
color: #D3FC23;
}
</style>
background-color css
<style>
a { background-color: #D3FC23; }
a { background-color: rgb(211,252,35); }
div.DivClassName
{
background-color: #D3FC23;
}
.BgClassName
{
background-color: #D3FC23;
}
</style>
border-color css
<style>
span { border-color: #D3FC23; }
span { border-color: rgb(211,252,35); }
td.TdClassName
{
border-color: #D3FC23;
}
.TagClassName
{
border-color: #D3FC23;
}
</style>