Shades of Pear #D1F043
Tints of Pear #D1F043
RGB
CMYK
RGB Variations
Color information
#D1F043 (or 0xD1F043) is known color: Pear. HEX triplet: D1, F0 and 43. RGB value is (209,240,67). Sum of RGB (Red+Green+Blue) = 209+240+67=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 67 (26.56% from 255 or 12.98% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F043 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F043 is #2E0FBC. Grayscale: #D3D3D3. Windows color (decimal): -3018685 or 4452561. OLE color: 4452561.
HSL color Cylindrical-coordinate representation of color #D1F043: hue angle of 70.75º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1F043 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 240 | 67 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.06 |
| HSL | 70.75º | 0.85% | 0.6% | - |
| HSV(B) | 70.75º | 0.72% | 0.94% | - |
| XYZ | 58.47 | 76.28 | 16.95 | - |
| YUV | 211.01 | 46.73 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 240 | 67 | 0.13 | 0 | 0.72 | 0.06 | 70.75 | 0.85 | 0.6 |
| Hex | D1 | F0 | 43 | D | 0 | 48 | 6 | 47 | 55 | 3C |
| Octal | 321 | 360 | 103 | 15 | 0 | 110 | 6 | 107 | 125 | 74 |
| Binary | 11010001 | 11110000 | 1000011 | 1101 | 0 | 1001000 | 110 | 1000111 | 1010101 | 111100 |
Color Harmonies of #D1F043
Complementary color
Monochromatic Colors of #D1F043
Black with #D1F043
Text Example
Text Example
White with #D1F043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F043; }
p { color: rgb(209,240,67); }
H1.HeaderClassName
{
color: #D1F043;
}
.AnyTagClassName
{
color: #D1F043;
}
</style>
background-color css
<style>
a { background-color: #D1F043; }
a { background-color: rgb(209,240,67); }
div.DivClassName
{
background-color: #D1F043;
}
.BgClassName
{
background-color: #D1F043;
}
</style>
border-color css
<style>
span { border-color: #D1F043; }
span { border-color: rgb(209,240,67); }
td.TdClassName
{
border-color: #D1F043;
}
.TagClassName
{
border-color: #D1F043;
}
</style>