Shades of Pear #D2FB4D
Tints of Pear #D2FB4D
RGB
CMYK
RGB Variations
Color information
#D2FB4D (or 0xD2FB4D) is known color: Pear. HEX triplet: D2, FB and 4D. RGB value is (210,251,77). Sum of RGB (Red+Green+Blue) = 210+251+77=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 77 (30.47% from 255 or 14.31% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FB4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FB4D is #2D04B2. Grayscale: #DBDBDB. Windows color (decimal): -2950323 or 5110738. OLE color: 5110738.
HSL color Cylindrical-coordinate representation of color #D2FB4D: hue angle of 74.14º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2FB4D is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 77 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.02 |
| HSL | 74.14º | 0.96% | 0.64% | - |
| HSV(B) | 74.14º | 0.69% | 0.98% | - |
| XYZ | 62.42 | 83.23 | 19.8 | - |
| YUV | 218.91 | 47.92 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 77 | 0.16 | 0 | 0.69 | 0.02 | 74.14 | 0.96 | 0.64 |
| Hex | D2 | FB | 4D | 10 | 0 | 45 | 2 | 4A | 60 | 40 |
| Octal | 322 | 373 | 115 | 20 | 0 | 105 | 2 | 112 | 140 | 100 |
| Binary | 11010010 | 11111011 | 1001101 | 10000 | 0 | 1000101 | 10 | 1001010 | 1100000 | 1000000 |
Color Harmonies of #D2FB4D
Complementary color
Monochromatic Colors of #D2FB4D
Black with #D2FB4D
Text Example
Text Example
White with #D2FB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FB4D; }
p { color: rgb(210,251,77); }
H1.HeaderClassName
{
color: #D2FB4D;
}
.AnyTagClassName
{
color: #D2FB4D;
}
</style>
background-color css
<style>
a { background-color: #D2FB4D; }
a { background-color: rgb(210,251,77); }
div.DivClassName
{
background-color: #D2FB4D;
}
.BgClassName
{
background-color: #D2FB4D;
}
</style>
border-color css
<style>
span { border-color: #D2FB4D; }
span { border-color: rgb(210,251,77); }
td.TdClassName
{
border-color: #D2FB4D;
}
.TagClassName
{
border-color: #D2FB4D;
}
</style>