Shades of Pear #D3F340
Tints of Pear #D3F340
RGB
CMYK
RGB Variations
Color information
#D3F340 (or 0xD3F340) is known color: Pear. HEX triplet: D3, F3 and 40. RGB value is (211,243,64). Sum of RGB (Red+Green+Blue) = 211+243+64=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F340 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F340 is #2C0CBF. Grayscale: #D5D5D5. Windows color (decimal): -2886848 or 4256723. OLE color: 4256723.
HSL color Cylindrical-coordinate representation of color #D3F340: hue angle of 70.73º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3F340 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 243 | 64 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.05 |
| HSL | 70.73º | 0.88% | 0.6% | - |
| HSV(B) | 70.73º | 0.74% | 0.95% | - |
| XYZ | 59.84 | 78.32 | 16.81 | - |
| YUV | 213.03 | 43.9 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 243 | 64 | 0.13 | 0 | 0.74 | 0.05 | 70.73 | 0.88 | 0.6 |
| Hex | D3 | F3 | 40 | D | 0 | 4A | 5 | 47 | 58 | 3C |
| Octal | 323 | 363 | 100 | 15 | 0 | 112 | 5 | 107 | 130 | 74 |
| Binary | 11010011 | 11110011 | 1000000 | 1101 | 0 | 1001010 | 101 | 1000111 | 1011000 | 111100 |
Color Harmonies of #D3F340
Complementary color
Monochromatic Colors of #D3F340
Black with #D3F340
Text Example
Text Example
White with #D3F340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F340; }
p { color: rgb(211,243,64); }
H1.HeaderClassName
{
color: #D3F340;
}
.AnyTagClassName
{
color: #D3F340;
}
</style>
background-color css
<style>
a { background-color: #D3F340; }
a { background-color: rgb(211,243,64); }
div.DivClassName
{
background-color: #D3F340;
}
.BgClassName
{
background-color: #D3F340;
}
</style>
border-color css
<style>
span { border-color: #D3F340; }
span { border-color: rgb(211,243,64); }
td.TdClassName
{
border-color: #D3F340;
}
.TagClassName
{
border-color: #D3F340;
}
</style>