Shades of Pear #D3E712
Tints of Pear #D3E712
RGB
CMYK
RGB Variations
Color information
#D3E712 (or 0xD3E712) is known color: Pear. HEX triplet: D3, E7 and 12. RGB value is (211,231,18). Sum of RGB (Red+Green+Blue) = 211+231+18=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 231 (90.62% from 255 or 50.22% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 231 - color contains mainly: green. Hex color #D3E712 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3E712 is #2C18ED. Grayscale: #C9C9C9. Windows color (decimal): -2889966 or 1238995. OLE color: 1238995.
HSL color Cylindrical-coordinate representation of color #D3E712: hue angle of 65.63º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D3E712 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 231 | 18 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.09 |
| HSL | 65.63º | 0.86% | 0.49% | - |
| HSV(B) | 65.63º | 0.92% | 0.91% | - |
| XYZ | 55.55 | 71.04 | 11.36 | - |
| YUV | 200.74 | 24.87 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 231 | 18 | 0.09 | 0 | 0.92 | 0.09 | 65.63 | 0.86 | 0.49 |
| Hex | D3 | E7 | 12 | 9 | 0 | 5C | 9 | 42 | 56 | 31 |
| Octal | 323 | 347 | 22 | 11 | 0 | 134 | 11 | 102 | 126 | 61 |
| Binary | 11010011 | 11100111 | 10010 | 1001 | 0 | 1011100 | 1001 | 1000010 | 1010110 | 110001 |
Color Harmonies of #D3E712
Complementary color
Monochromatic Colors of #D3E712
Black with #D3E712
Text Example
Text Example
White with #D3E712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E712; }
p { color: rgb(211,231,18); }
H1.HeaderClassName
{
color: #D3E712;
}
.AnyTagClassName
{
color: #D3E712;
}
</style>
background-color css
<style>
a { background-color: #D3E712; }
a { background-color: rgb(211,231,18); }
div.DivClassName
{
background-color: #D3E712;
}
.BgClassName
{
background-color: #D3E712;
}
</style>
border-color css
<style>
span { border-color: #D3E712; }
span { border-color: rgb(211,231,18); }
td.TdClassName
{
border-color: #D3E712;
}
.TagClassName
{
border-color: #D3E712;
}
</style>