Shades of Pear #D3F540
Tints of Pear #D3F540
RGB
CMYK
RGB Variations
Color information
#D3F540 (or 0xD3F540) is known color: Pear. HEX triplet: D3, F5 and 40. RGB value is (211,245,64). Sum of RGB (Red+Green+Blue) = 211+245+64=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 64 (25.39% from 255 or 12.31% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #D3F540 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F540 is #2C0ABF. Grayscale: #D6D6D6. Windows color (decimal): -2886336 or 4257235. OLE color: 4257235.
HSL color Cylindrical-coordinate representation of color #D3F540: hue angle of 71.27º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3F540 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 245 | 64 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.04 |
| HSL | 71.27º | 0.9% | 0.61% | - |
| HSV(B) | 71.27º | 0.74% | 0.96% | - |
| XYZ | 60.44 | 79.52 | 17.01 | - |
| YUV | 214.2 | 43.24 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 245 | 64 | 0.14 | 0 | 0.74 | 0.04 | 71.27 | 0.9 | 0.61 |
| Hex | D3 | F5 | 40 | E | 0 | 4A | 4 | 47 | 5A | 3D |
| Octal | 323 | 365 | 100 | 16 | 0 | 112 | 4 | 107 | 132 | 75 |
| Binary | 11010011 | 11110101 | 1000000 | 1110 | 0 | 1001010 | 100 | 1000111 | 1011010 | 111101 |
Color Harmonies of #D3F540
Complementary color
Monochromatic Colors of #D3F540
Black with #D3F540
Text Example
Text Example
White with #D3F540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F540; }
p { color: rgb(211,245,64); }
H1.HeaderClassName
{
color: #D3F540;
}
.AnyTagClassName
{
color: #D3F540;
}
</style>
background-color css
<style>
a { background-color: #D3F540; }
a { background-color: rgb(211,245,64); }
div.DivClassName
{
background-color: #D3F540;
}
.BgClassName
{
background-color: #D3F540;
}
</style>
border-color css
<style>
span { border-color: #D3F540; }
span { border-color: rgb(211,245,64); }
td.TdClassName
{
border-color: #D3F540;
}
.TagClassName
{
border-color: #D3F540;
}
</style>