Shades of Pear #D1FB2D
Tints of Pear #D1FB2D
RGB
CMYK
RGB Variations
Color information
#D1FB2D (or 0xD1FB2D) is known color: Pear. HEX triplet: D1, FB and 2D. RGB value is (209,251,45). Sum of RGB (Red+Green+Blue) = 209+251+45=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 45 (17.97% from 255 or 8.91% from 505); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FB2D is #2E04D2. Grayscale: #D7D7D7. Windows color (decimal): -3015891 or 3013585. OLE color: 3013585.
HSL color Cylindrical-coordinate representation of color #D1FB2D: hue angle of 72.23º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1FB2D is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 45 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.02 |
| HSL | 72.23º | 0.96% | 0.58% | - |
| HSV(B) | 72.23º | 0.82% | 0.98% | - |
| XYZ | 61.27 | 82.74 | 15.22 | - |
| YUV | 214.96 | 32.09 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 45 | 0.17 | 0 | 0.82 | 0.02 | 72.23 | 0.96 | 0.58 |
| Hex | D1 | FB | 2D | 11 | 0 | 52 | 2 | 48 | 60 | 3A |
| Octal | 321 | 373 | 55 | 21 | 0 | 122 | 2 | 110 | 140 | 72 |
| Binary | 11010001 | 11111011 | 101101 | 10001 | 0 | 1010010 | 10 | 1001000 | 1100000 | 111010 |
Color Harmonies of #D1FB2D
Complementary color
Monochromatic Colors of #D1FB2D
Black with #D1FB2D
Text Example
Text Example
White with #D1FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB2D; }
p { color: rgb(209,251,45); }
H1.HeaderClassName
{
color: #D1FB2D;
}
.AnyTagClassName
{
color: #D1FB2D;
}
</style>
background-color css
<style>
a { background-color: #D1FB2D; }
a { background-color: rgb(209,251,45); }
div.DivClassName
{
background-color: #D1FB2D;
}
.BgClassName
{
background-color: #D1FB2D;
}
</style>
border-color css
<style>
span { border-color: #D1FB2D; }
span { border-color: rgb(209,251,45); }
td.TdClassName
{
border-color: #D1FB2D;
}
.TagClassName
{
border-color: #D1FB2D;
}
</style>