Shades of Pear #D2FE46
Tints of Pear #D2FE46
RGB
CMYK
RGB Variations
Color information
#D2FE46 (or 0xD2FE46) is known color: Pear. HEX triplet: D2, FE and 46. RGB value is (210,254,70). Sum of RGB (Red+Green+Blue) = 210+254+70=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 70 (27.73% from 255 or 13.11% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FE46 is #2D01B9. Grayscale: #DCDCDC. Windows color (decimal): -2949562 or 4652754. OLE color: 4652754.
HSL color Cylindrical-coordinate representation of color #D2FE46: hue angle of 74.35º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2FE46 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 254 | 70 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.00 |
| HSL | 74.35º | 0.99% | 0.64% | - |
| HSV(B) | 74.35º | 0.72% | 1% | - |
| XYZ | 63.13 | 85.03 | 18.88 | - |
| YUV | 219.87 | 43.42 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 254 | 70 | 0.17 | 0 | 0.72 | 0.00 | 74.35 | 0.99 | 0.64 |
| Hex | D2 | FE | 46 | 11 | 0 | 48 | 0 | 4A | 63 | 40 |
| Octal | 322 | 376 | 106 | 21 | 0 | 110 | 0 | 112 | 143 | 100 |
| Binary | 11010010 | 11111110 | 1000110 | 10001 | 0 | 1001000 | 0 | 1001010 | 1100011 | 1000000 |
Color Harmonies of #D2FE46
Complementary color
Monochromatic Colors of #D2FE46
Black with #D2FE46
Text Example
Text Example
White with #D2FE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FE46; }
p { color: rgb(210,254,70); }
H1.HeaderClassName
{
color: #D2FE46;
}
.AnyTagClassName
{
color: #D2FE46;
}
</style>
background-color css
<style>
a { background-color: #D2FE46; }
a { background-color: rgb(210,254,70); }
div.DivClassName
{
background-color: #D2FE46;
}
.BgClassName
{
background-color: #D2FE46;
}
</style>
border-color css
<style>
span { border-color: #D2FE46; }
span { border-color: rgb(210,254,70); }
td.TdClassName
{
border-color: #D2FE46;
}
.TagClassName
{
border-color: #D2FE46;
}
</style>