Shades of Pear #D5F246
Tints of Pear #D5F246
RGB
CMYK
RGB Variations
Color information
#D5F246 (or 0xD5F246) is known color: Pear. HEX triplet: D5, F2 and 46. RGB value is (213,242,70). Sum of RGB (Red+Green+Blue) = 213+242+70=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 70 (27.73% from 255 or 13.33% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F246 is #2A0DB9. Grayscale: #D6D6D6. Windows color (decimal): -2756026 or 4649685. OLE color: 4649685.
HSL color Cylindrical-coordinate representation of color #D5F246: hue angle of 70.12º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5F246 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 242 | 70 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.05 |
| HSL | 70.12º | 0.87% | 0.61% | - |
| HSV(B) | 70.12º | 0.71% | 0.95% | - |
| XYZ | 60.3 | 78.09 | 17.69 | - |
| YUV | 213.72 | 46.89 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 242 | 70 | 0.12 | 0 | 0.71 | 0.05 | 70.12 | 0.87 | 0.61 |
| Hex | D5 | F2 | 46 | C | 0 | 47 | 5 | 46 | 57 | 3D |
| Octal | 325 | 362 | 106 | 14 | 0 | 107 | 5 | 106 | 127 | 75 |
| Binary | 11010101 | 11110010 | 1000110 | 1100 | 0 | 1000111 | 101 | 1000110 | 1010111 | 111101 |
Color Harmonies of #D5F246
Complementary color
Monochromatic Colors of #D5F246
Black with #D5F246
Text Example
Text Example
White with #D5F246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F246; }
p { color: rgb(213,242,70); }
H1.HeaderClassName
{
color: #D5F246;
}
.AnyTagClassName
{
color: #D5F246;
}
</style>
background-color css
<style>
a { background-color: #D5F246; }
a { background-color: rgb(213,242,70); }
div.DivClassName
{
background-color: #D5F246;
}
.BgClassName
{
background-color: #D5F246;
}
</style>
border-color css
<style>
span { border-color: #D5F246; }
span { border-color: rgb(213,242,70); }
td.TdClassName
{
border-color: #D5F246;
}
.TagClassName
{
border-color: #D5F246;
}
</style>