Shades of Pear #D1FB3D
Tints of Pear #D1FB3D
RGB
CMYK
RGB Variations
Color information
#D1FB3D (or 0xD1FB3D) is known color: Pear. HEX triplet: D1, FB and 3D. RGB value is (209,251,61). Sum of RGB (Red+Green+Blue) = 209+251+61=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FB3D is #2E04C2. Grayscale: #D9D9D9. Windows color (decimal): -3015875 or 4062161. OLE color: 4062161.
HSL color Cylindrical-coordinate representation of color #D1FB3D: hue angle of 73.26º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1FB3D is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 61 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.02 |
| HSL | 73.26º | 0.96% | 0.61% | - |
| HSV(B) | 73.26º | 0.76% | 0.98% | - |
| XYZ | 61.63 | 82.89 | 17.17 | - |
| YUV | 216.78 | 40.09 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 61 | 0.17 | 0 | 0.76 | 0.02 | 73.26 | 0.96 | 0.61 |
| Hex | D1 | FB | 3D | 11 | 0 | 4C | 2 | 49 | 60 | 3D |
| Octal | 321 | 373 | 75 | 21 | 0 | 114 | 2 | 111 | 140 | 75 |
| Binary | 11010001 | 11111011 | 111101 | 10001 | 0 | 1001100 | 10 | 1001001 | 1100000 | 111101 |
Color Harmonies of #D1FB3D
Complementary color
Monochromatic Colors of #D1FB3D
Black with #D1FB3D
Text Example
Text Example
White with #D1FB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB3D; }
p { color: rgb(209,251,61); }
H1.HeaderClassName
{
color: #D1FB3D;
}
.AnyTagClassName
{
color: #D1FB3D;
}
</style>
background-color css
<style>
a { background-color: #D1FB3D; }
a { background-color: rgb(209,251,61); }
div.DivClassName
{
background-color: #D1FB3D;
}
.BgClassName
{
background-color: #D1FB3D;
}
</style>
border-color css
<style>
span { border-color: #D1FB3D; }
span { border-color: rgb(209,251,61); }
td.TdClassName
{
border-color: #D1FB3D;
}
.TagClassName
{
border-color: #D1FB3D;
}
</style>