Shades of Pear #D1FA40
Tints of Pear #D1FA40
RGB
CMYK
RGB Variations
Color information
#D1FA40 (or 0xD1FA40) is known color: Pear. HEX triplet: D1, FA and 40. RGB value is (209,250,64). Sum of RGB (Red+Green+Blue) = 209+250+64=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 64 (25.39% from 255 or 12.24% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FA40 is #2E05BF. Grayscale: #D9D9D9. Windows color (decimal): -3016128 or 4258513. OLE color: 4258513.
HSL color Cylindrical-coordinate representation of color #D1FA40: hue angle of 73.23º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1FA40 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 64 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.02 |
| HSL | 73.23º | 0.95% | 0.62% | - |
| HSV(B) | 73.23º | 0.74% | 0.98% | - |
| XYZ | 61.41 | 82.3 | 17.5 | - |
| YUV | 216.54 | 41.92 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 64 | 0.16 | 0 | 0.74 | 0.02 | 73.23 | 0.95 | 0.62 |
| Hex | D1 | FA | 40 | 10 | 0 | 4A | 2 | 49 | 5F | 3E |
| Octal | 321 | 372 | 100 | 20 | 0 | 112 | 2 | 111 | 137 | 76 |
| Binary | 11010001 | 11111010 | 1000000 | 10000 | 0 | 1001010 | 10 | 1001001 | 1011111 | 111110 |
Color Harmonies of #D1FA40
Complementary color
Monochromatic Colors of #D1FA40
Black with #D1FA40
Text Example
Text Example
White with #D1FA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA40; }
p { color: rgb(209,250,64); }
H1.HeaderClassName
{
color: #D1FA40;
}
.AnyTagClassName
{
color: #D1FA40;
}
</style>
background-color css
<style>
a { background-color: #D1FA40; }
a { background-color: rgb(209,250,64); }
div.DivClassName
{
background-color: #D1FA40;
}
.BgClassName
{
background-color: #D1FA40;
}
</style>
border-color css
<style>
span { border-color: #D1FA40; }
span { border-color: rgb(209,250,64); }
td.TdClassName
{
border-color: #D1FA40;
}
.TagClassName
{
border-color: #D1FA40;
}
</style>