Shades of Pear #D1FB27
Tints of Pear #D1FB27
RGB
CMYK
RGB Variations
Color information
#D1FB27 (or 0xD1FB27) is known color: Pear. HEX triplet: D1, FB and 27. RGB value is (209,251,39). Sum of RGB (Red+Green+Blue) = 209+251+39=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 39 (15.62% from 255 or 7.82% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FB27 is #2E04D8. Grayscale: #D7D7D7. Windows color (decimal): -3015897 or 2620369. OLE color: 2620369.
HSL color Cylindrical-coordinate representation of color #D1FB27: hue angle of 71.89º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1FB27 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 39 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.02 |
| HSL | 71.89º | 0.96% | 0.57% | - |
| HSV(B) | 71.89º | 0.84% | 0.98% | - |
| XYZ | 61.16 | 82.7 | 14.66 | - |
| YUV | 214.27 | 29.09 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 39 | 0.17 | 0 | 0.84 | 0.02 | 71.89 | 0.96 | 0.57 |
| Hex | D1 | FB | 27 | 11 | 0 | 54 | 2 | 48 | 60 | 39 |
| Octal | 321 | 373 | 47 | 21 | 0 | 124 | 2 | 110 | 140 | 71 |
| Binary | 11010001 | 11111011 | 100111 | 10001 | 0 | 1010100 | 10 | 1001000 | 1100000 | 111001 |
Color Harmonies of #D1FB27
Complementary color
Monochromatic Colors of #D1FB27
Black with #D1FB27
Text Example
Text Example
White with #D1FB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB27; }
p { color: rgb(209,251,39); }
H1.HeaderClassName
{
color: #D1FB27;
}
.AnyTagClassName
{
color: #D1FB27;
}
</style>
background-color css
<style>
a { background-color: #D1FB27; }
a { background-color: rgb(209,251,39); }
div.DivClassName
{
background-color: #D1FB27;
}
.BgClassName
{
background-color: #D1FB27;
}
</style>
border-color css
<style>
span { border-color: #D1FB27; }
span { border-color: rgb(209,251,39); }
td.TdClassName
{
border-color: #D1FB27;
}
.TagClassName
{
border-color: #D1FB27;
}
</style>