Shades of Pear #D1FA38
Tints of Pear #D1FA38
RGB
CMYK
RGB Variations
Color information
#D1FA38 (or 0xD1FA38) is known color: Pear. HEX triplet: D1, FA and 38. RGB value is (209,250,56). Sum of RGB (Red+Green+Blue) = 209+250+56=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 56 (22.27% from 255 or 10.87% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FA38 is #2E05C7. Grayscale: #D8D8D8. Windows color (decimal): -3016136 or 3734225. OLE color: 3734225.
HSL color Cylindrical-coordinate representation of color #D1FA38: hue angle of 72.68º degrees, saturation: 0.95, 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 #D1FA38 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 56 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.02 |
| HSL | 72.68º | 0.95% | 0.6% | - |
| HSV(B) | 72.68º | 0.78% | 0.98% | - |
| XYZ | 61.19 | 82.21 | 16.38 | - |
| YUV | 215.63 | 37.92 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 56 | 0.16 | 0 | 0.78 | 0.02 | 72.68 | 0.95 | 0.6 |
| Hex | D1 | FA | 38 | 10 | 0 | 4E | 2 | 49 | 5F | 3C |
| Octal | 321 | 372 | 70 | 20 | 0 | 116 | 2 | 111 | 137 | 74 |
| Binary | 11010001 | 11111010 | 111000 | 10000 | 0 | 1001110 | 10 | 1001001 | 1011111 | 111100 |
Color Harmonies of #D1FA38
Complementary color
Monochromatic Colors of #D1FA38
Black with #D1FA38
Text Example
Text Example
White with #D1FA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA38; }
p { color: rgb(209,250,56); }
H1.HeaderClassName
{
color: #D1FA38;
}
.AnyTagClassName
{
color: #D1FA38;
}
</style>
background-color css
<style>
a { background-color: #D1FA38; }
a { background-color: rgb(209,250,56); }
div.DivClassName
{
background-color: #D1FA38;
}
.BgClassName
{
background-color: #D1FA38;
}
</style>
border-color css
<style>
span { border-color: #D1FA38; }
span { border-color: rgb(209,250,56); }
td.TdClassName
{
border-color: #D1FA38;
}
.TagClassName
{
border-color: #D1FA38;
}
</style>