Shades of Pear #D3F027
Tints of Pear #D3F027
RGB
CMYK
RGB Variations
Color information
#D3F027 (or 0xD3F027) is known color: Pear. HEX triplet: D3, F0 and 27. RGB value is (211,240,39). Sum of RGB (Red+Green+Blue) = 211+240+39=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 39 (15.62% from 255 or 7.96% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F027 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F027 is #2C0FD8. Grayscale: #D1D1D1. Windows color (decimal): -2887641 or 2617555. OLE color: 2617555.
HSL color Cylindrical-coordinate representation of color #D3F027: hue angle of 68.66º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3F027 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 240 | 39 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.06 |
| HSL | 68.66º | 0.87% | 0.55% | - |
| HSV(B) | 68.66º | 0.84% | 0.94% | - |
| XYZ | 58.39 | 76.32 | 13.57 | - |
| YUV | 208.42 | 32.39 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 240 | 39 | 0.12 | 0 | 0.84 | 0.06 | 68.66 | 0.87 | 0.55 |
| Hex | D3 | F0 | 27 | C | 0 | 54 | 6 | 45 | 57 | 37 |
| Octal | 323 | 360 | 47 | 14 | 0 | 124 | 6 | 105 | 127 | 67 |
| Binary | 11010011 | 11110000 | 100111 | 1100 | 0 | 1010100 | 110 | 1000101 | 1010111 | 110111 |
Color Harmonies of #D3F027
Complementary color
Monochromatic Colors of #D3F027
Black with #D3F027
Text Example
Text Example
White with #D3F027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F027; }
p { color: rgb(211,240,39); }
H1.HeaderClassName
{
color: #D3F027;
}
.AnyTagClassName
{
color: #D3F027;
}
</style>
background-color css
<style>
a { background-color: #D3F027; }
a { background-color: rgb(211,240,39); }
div.DivClassName
{
background-color: #D3F027;
}
.BgClassName
{
background-color: #D3F027;
}
</style>
border-color css
<style>
span { border-color: #D3F027; }
span { border-color: rgb(211,240,39); }
td.TdClassName
{
border-color: #D3F027;
}
.TagClassName
{
border-color: #D3F027;
}
</style>