Shades of Pear #D1FF27
Tints of Pear #D1FF27
RGB
CMYK
RGB Variations
Color information
#D1FF27 (or 0xD1FF27) is known color: Pear. HEX triplet: D1, FF and 27. RGB value is (209,255,39). Sum of RGB (Red+Green+Blue) = 209+255+39=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 39 (15.62% from 255 or 7.75% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FF27 is #2E00D8. Grayscale: #D9D9D9. Windows color (decimal): -3014873 or 2621393. OLE color: 2621393.
HSL color Cylindrical-coordinate representation of color #D1FF27: hue angle of 72.78º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1FF27 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 39 | - |
| CMYK | 0.18 | 0 | 0.85 | 0 |
| HSL | 72.78º | 1% | 0.58% | - |
| HSV(B) | 72.78º | 0.85% | 1% | - |
| XYZ | 62.42 | 85.22 | 15.08 | - |
| YUV | 216.62 | 27.76 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 39 | 0.18 | 0 | 0.85 | 0 | 72.78 | 1 | 0.58 |
| Hex | D1 | FF | 27 | 12 | 0 | 55 | 0 | 49 | 64 | 3A |
| Octal | 321 | 377 | 47 | 22 | 0 | 125 | 0 | 111 | 144 | 72 |
| Binary | 11010001 | 11111111 | 100111 | 10010 | 0 | 1010101 | 0 | 1001001 | 1100100 | 111010 |
Color Harmonies of #D1FF27
Complementary color
Monochromatic Colors of #D1FF27
Black with #D1FF27
Text Example
Text Example
White with #D1FF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FF27; }
p { color: rgb(209,255,39); }
H1.HeaderClassName
{
color: #D1FF27;
}
.AnyTagClassName
{
color: #D1FF27;
}
</style>
background-color css
<style>
a { background-color: #D1FF27; }
a { background-color: rgb(209,255,39); }
div.DivClassName
{
background-color: #D1FF27;
}
.BgClassName
{
background-color: #D1FF27;
}
</style>
border-color css
<style>
span { border-color: #D1FF27; }
span { border-color: rgb(209,255,39); }
td.TdClassName
{
border-color: #D1FF27;
}
.TagClassName
{
border-color: #D1FF27;
}
</style>