Shades of Pear #D3F641
Tints of Pear #D3F641
RGB
CMYK
RGB Variations
Color information
#D3F641 (or 0xD3F641) is known color: Pear. HEX triplet: D3, F6 and 41. RGB value is (211,246,65). Sum of RGB (Red+Green+Blue) = 211+246+65=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 246 (96.48% from 255 or 47.13% from 522); Blue value is 65 (25.78% from 255 or 12.45% from 522); Max value from RGB is 246 - color contains mainly: green. Hex color #D3F641 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F641 is #2C09BE. Grayscale: #D7D7D7. Windows color (decimal): -2886079 or 4323027. OLE color: 4323027.
HSL color Cylindrical-coordinate representation of color #D3F641: hue angle of 71.6º degrees, saturation: 0.91, 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 #D3F641 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 246 | 65 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.04 |
| HSL | 71.6º | 0.91% | 0.61% | - |
| HSV(B) | 71.6º | 0.74% | 0.96% | - |
| XYZ | 60.77 | 80.14 | 17.27 | - |
| YUV | 214.9 | 43.4 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 246 | 65 | 0.14 | 0 | 0.74 | 0.04 | 71.6 | 0.91 | 0.61 |
| Hex | D3 | F6 | 41 | E | 0 | 4A | 4 | 48 | 5B | 3D |
| Octal | 323 | 366 | 101 | 16 | 0 | 112 | 4 | 110 | 133 | 75 |
| Binary | 11010011 | 11110110 | 1000001 | 1110 | 0 | 1001010 | 100 | 1001000 | 1011011 | 111101 |
Color Harmonies of #D3F641
Complementary color
Monochromatic Colors of #D3F641
Black with #D3F641
Text Example
Text Example
White with #D3F641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F641; }
p { color: rgb(211,246,65); }
H1.HeaderClassName
{
color: #D3F641;
}
.AnyTagClassName
{
color: #D3F641;
}
</style>
background-color css
<style>
a { background-color: #D3F641; }
a { background-color: rgb(211,246,65); }
div.DivClassName
{
background-color: #D3F641;
}
.BgClassName
{
background-color: #D3F641;
}
</style>
border-color css
<style>
span { border-color: #D3F641; }
span { border-color: rgb(211,246,65); }
td.TdClassName
{
border-color: #D3F641;
}
.TagClassName
{
border-color: #D3F641;
}
</style>