Shades of Pear #D4F146
Tints of Pear #D4F146
RGB
CMYK
RGB Variations
Color information
#D4F146 (or 0xD4F146) is known color: Pear. HEX triplet: D4, F1 and 46. RGB value is (212,241,70). Sum of RGB (Red+Green+Blue) = 212+241+70=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 70 (27.73% from 255 or 13.38% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F146 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F146 is #2B0EB9. Grayscale: #D5D5D5. Windows color (decimal): -2821818 or 4649428. OLE color: 4649428.
HSL color Cylindrical-coordinate representation of color #D4F146: hue angle of 70.18º degrees, saturation: 0.86, 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 #D4F146 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 70 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.05 |
| HSL | 70.18º | 0.86% | 0.61% | - |
| HSV(B) | 70.18º | 0.71% | 0.95% | - |
| XYZ | 59.71 | 77.35 | 17.58 | - |
| YUV | 212.84 | 47.39 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 70 | 0.12 | 0 | 0.71 | 0.05 | 70.18 | 0.86 | 0.61 |
| Hex | D4 | F1 | 46 | C | 0 | 47 | 5 | 46 | 56 | 3D |
| Octal | 324 | 361 | 106 | 14 | 0 | 107 | 5 | 106 | 126 | 75 |
| Binary | 11010100 | 11110001 | 1000110 | 1100 | 0 | 1000111 | 101 | 1000110 | 1010110 | 111101 |
Color Harmonies of #D4F146
Complementary color
Monochromatic Colors of #D4F146
Black with #D4F146
Text Example
Text Example
White with #D4F146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F146; }
p { color: rgb(212,241,70); }
H1.HeaderClassName
{
color: #D4F146;
}
.AnyTagClassName
{
color: #D4F146;
}
</style>
background-color css
<style>
a { background-color: #D4F146; }
a { background-color: rgb(212,241,70); }
div.DivClassName
{
background-color: #D4F146;
}
.BgClassName
{
background-color: #D4F146;
}
</style>
border-color css
<style>
span { border-color: #D4F146; }
span { border-color: rgb(212,241,70); }
td.TdClassName
{
border-color: #D4F146;
}
.TagClassName
{
border-color: #D4F146;
}
</style>