Shades of Pear #D1FB36
Tints of Pear #D1FB36
RGB
CMYK
RGB Variations
Color information
#D1FB36 (or 0xD1FB36) is known color: Pear. HEX triplet: D1, FB and 36. RGB value is (209,251,54). Sum of RGB (Red+Green+Blue) = 209+251+54=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 54 (21.48% from 255 or 10.51% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FB36 is #2E04C9. Grayscale: #D8D8D8. Windows color (decimal): -3015882 or 3603409. OLE color: 3603409.
HSL color Cylindrical-coordinate representation of color #D1FB36: hue angle of 72.79º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1FB36 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 54 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.02 |
| HSL | 72.79º | 0.96% | 0.6% | - |
| HSV(B) | 72.79º | 0.78% | 0.98% | - |
| XYZ | 61.46 | 82.82 | 16.24 | - |
| YUV | 215.98 | 36.59 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 54 | 0.17 | 0 | 0.78 | 0.02 | 72.79 | 0.96 | 0.6 |
| Hex | D1 | FB | 36 | 11 | 0 | 4E | 2 | 49 | 60 | 3C |
| Octal | 321 | 373 | 66 | 21 | 0 | 116 | 2 | 111 | 140 | 74 |
| Binary | 11010001 | 11111011 | 110110 | 10001 | 0 | 1001110 | 10 | 1001001 | 1100000 | 111100 |
Color Harmonies of #D1FB36
Complementary color
Monochromatic Colors of #D1FB36
Black with #D1FB36
Text Example
Text Example
White with #D1FB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB36; }
p { color: rgb(209,251,54); }
H1.HeaderClassName
{
color: #D1FB36;
}
.AnyTagClassName
{
color: #D1FB36;
}
</style>
background-color css
<style>
a { background-color: #D1FB36; }
a { background-color: rgb(209,251,54); }
div.DivClassName
{
background-color: #D1FB36;
}
.BgClassName
{
background-color: #D1FB36;
}
</style>
border-color css
<style>
span { border-color: #D1FB36; }
span { border-color: rgb(209,251,54); }
td.TdClassName
{
border-color: #D1FB36;
}
.TagClassName
{
border-color: #D1FB36;
}
</style>