Shades of Pear #D3F14B
Tints of Pear #D3F14B
RGB
CMYK
RGB Variations
Color information
#D3F14B (or 0xD3F14B) is known color: Pear. HEX triplet: D3, F1 and 4B. RGB value is (211,241,75). Sum of RGB (Red+Green+Blue) = 211+241+75=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 75 (29.69% from 255 or 14.23% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F14B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F14B is #2C0EB4. Grayscale: #D5D5D5. Windows color (decimal): -2887349 or 4977107. OLE color: 4977107.
HSL color Cylindrical-coordinate representation of color #D3F14B: hue angle of 70.84º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D3F14B is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 241 | 75 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.05 |
| HSL | 70.84º | 0.86% | 0.62% | - |
| HSV(B) | 70.84º | 0.69% | 0.95% | - |
| XYZ | 59.59 | 77.27 | 18.43 | - |
| YUV | 213.11 | 50.06 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 241 | 75 | 0.12 | 0 | 0.69 | 0.05 | 70.84 | 0.86 | 0.62 |
| Hex | D3 | F1 | 4B | C | 0 | 45 | 5 | 47 | 56 | 3E |
| Octal | 323 | 361 | 113 | 14 | 0 | 105 | 5 | 107 | 126 | 76 |
| Binary | 11010011 | 11110001 | 1001011 | 1100 | 0 | 1000101 | 101 | 1000111 | 1010110 | 111110 |
Color Harmonies of #D3F14B
Complementary color
Monochromatic Colors of #D3F14B
Black with #D3F14B
Text Example
Text Example
White with #D3F14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F14B; }
p { color: rgb(211,241,75); }
H1.HeaderClassName
{
color: #D3F14B;
}
.AnyTagClassName
{
color: #D3F14B;
}
</style>
background-color css
<style>
a { background-color: #D3F14B; }
a { background-color: rgb(211,241,75); }
div.DivClassName
{
background-color: #D3F14B;
}
.BgClassName
{
background-color: #D3F14B;
}
</style>
border-color css
<style>
span { border-color: #D3F14B; }
span { border-color: rgb(211,241,75); }
td.TdClassName
{
border-color: #D3F14B;
}
.TagClassName
{
border-color: #D3F14B;
}
</style>